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