Class SmartWebEndpointMappingFactory
- java.lang.Object
-
- io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory<java.lang.Object>
-
- io.microsphere.spring.web.metadata.SmartWebEndpointMappingFactory
-
- All Implemented Interfaces:
WebEndpointMappingFactory<java.lang.Object>
public class SmartWebEndpointMappingFactory extends AbstractWebEndpointMappingFactory<java.lang.Object>
The smartWebEndpointMappingFactoryclass based on Spring'sWebEndpointMappingFactorySPI- Since:
- 1.0.0
- Author:
- Mercy
-
-
Field Summary
-
Fields inherited from class io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory
logger
-
-
Constructor Summary
Constructors Constructor Description SmartWebEndpointMappingFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebEndpointMapping<?>doCreate(java.lang.Object endpoint)-
Methods inherited from class io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory
create
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.microsphere.spring.web.metadata.WebEndpointMappingFactory
getSourceType, supports
-
-
-
-
Method Detail
-
doCreate
protected WebEndpointMapping<?> doCreate(java.lang.Object endpoint) throws java.lang.Throwable
- Specified by:
doCreatein classAbstractWebEndpointMappingFactory<java.lang.Object>- Throws:
java.lang.Throwable
-
-