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 TypeMethodDescriptionWebEndpointMapping.getKind()
The kind of endpoint:Servlet
Servlet's Filter
Spring WebMVCDispatcherServlet
Spring WebFluxDispatcherHandler
Customizedstatic WebEndpointMapping.Kind
Returns 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
WebEndpointMapping.of
(WebEndpointMapping.Kind kind, E endpoint, String... patterns) static <E> WebEndpointMapping.Builder<E>
WebEndpointMapping.of
(WebEndpointMapping.Kind kind, E endpoint, Collection<String> patterns)