Class SmartWebEndpointMappingFactory
java.lang.Object
io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory<Object>
io.microsphere.spring.web.metadata.SmartWebEndpointMappingFactory
- All Implemented Interfaces:
WebEndpointMappingFactory<Object>
The smart
WebEndpointMappingFactory class based on Spring's WebEndpointMappingFactory SPI- Since:
- 1.0.0
- Author:
- Mercy
-
Field Summary
Fields inherited from class io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory
logger -
Constructor Summary
ConstructorsConstructorDescriptionSmartWebEndpointMappingFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) -
Method Summary
Methods inherited from class io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory
createMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.microsphere.spring.web.metadata.WebEndpointMappingFactory
getSourceType, supports
-
Constructor Details
-
SmartWebEndpointMappingFactory
public SmartWebEndpointMappingFactory(@Nullable org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
-
Method Details
-
doCreate
- Specified by:
doCreatein classAbstractWebEndpointMappingFactory<Object>- Throws:
Throwable
-