Uses of Enum Class
io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
Packages that use WebEndpointMapping.Kind
-
Uses of WebEndpointMapping.Kind in io.microsphere.spring.web.metadata
Methods in io.microsphere.spring.web.metadata that return WebEndpointMapping.KindModifier and TypeMethodDescriptionprotected WebEndpointMapping.KindWebEndpointMapping.getKind()The kind of endpoint:ServletServlet's FilterSpring WebMVCDispatcherServletSpring WebFluxDispatcherHandlerCustomizedstatic WebEndpointMapping.KindReturns the enum constant of this class with the specified name.static WebEndpointMapping.Kind[]WebEndpointMapping.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.microsphere.spring.web.metadata with parameters of type WebEndpointMapping.KindModifier and TypeMethodDescriptionstatic <E> WebEndpointMapping.Builder<E>WebEndpointMapping.of(WebEndpointMapping.Kind kind) Create aWebEndpointMapping.BuilderofWebEndpointMappingwith specified kind.