Uses of Class
io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
-
Packages that use WebEndpointMapping.Kind Package Description io.microsphere.spring.web.metadata -
-
Uses of WebEndpointMapping.Kind in io.microsphere.spring.web.metadata
Methods in io.microsphere.spring.web.metadata that return WebEndpointMapping.Kind Modifier and Type Method Description protected WebEndpointMapping.KindRegistrationWebEndpointMappingFactory. getKind(R registration)WebEndpointMapping.KindWebEndpointMapping. getKind()The kind of endpoint:ServletServlet's FilterSpring WebMVCDispatcherServletSpring WebFluxDispatcherHandlerCustomizedstatic WebEndpointMapping.KindWebEndpointMapping.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebEndpointMapping.Kind[]WebEndpointMapping.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microsphere.spring.web.metadata with parameters of type WebEndpointMapping.Kind Modifier and Type Method Description static <E> WebEndpointMapping.Builder<E>WebEndpointMapping. of(WebEndpointMapping.Kind kind)Create aWebEndpointMapping.BuilderofWebEndpointMappingwith specified kind.
-