类 Jackson2WebEndpointMappingFactory
- java.lang.Object
-
- io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory<java.lang.String>
-
- io.microsphere.spring.web.metadata.Jackson2WebEndpointMappingFactory
-
- 所有已实现的接口:
WebEndpointMappingFactory<java.lang.String>
public class Jackson2WebEndpointMappingFactory extends AbstractWebEndpointMappingFactory<java.lang.String>
TheWebEndpointMappingFactory
class based on Jackson2 for JSON- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
-
-
构造器概要
构造器 构造器 说明 Jackson2WebEndpointMappingFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected WebEndpointMapping<java.lang.String>
doCreate(java.lang.String endpoint)
boolean
supports(java.lang.String endpoint)
Current factory supports the specified endpoint or not-
从类继承的方法 io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory
create
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 io.microsphere.spring.web.metadata.WebEndpointMappingFactory
getSourceType
-
-
-
-
方法详细资料
-
supports
public boolean supports(java.lang.String endpoint)
从接口复制的说明:WebEndpointMappingFactory
Current factory supports the specified endpoint or not- 参数:
endpoint
- could be one of these :ServletRegistration
FilterRegistration
org.springframework.web.servlet.mvc.method.RequestMappingInfo
org.springframework.web.reactive.result.method.RequestMappingInfo
- 返回:
true
if supports,false
otherwise
-
doCreate
protected WebEndpointMapping<java.lang.String> doCreate(java.lang.String endpoint) throws java.lang.Throwable
- 指定者:
doCreate
在类中AbstractWebEndpointMappingFactory<java.lang.String>
- 抛出:
java.lang.Throwable
-
-