Uses of Class
io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
Packages that use WebEndpointMapping.Builder
-
Uses of WebEndpointMapping.Builder in io.microsphere.spring.web.metadata
Methods in io.microsphere.spring.web.metadata that return WebEndpointMapping.BuilderModifier and TypeMethodDescriptionAdd a single media type to the endpoint mapping that it can consume.WebEndpointMapping.Builder.consume(org.springframework.http.MediaType mediaType) Add a single media type to the endpoint mapping that it can consume.Set multiple media types to the endpoint mapping that it can consume.WebEndpointMapping.Builder.consumes(Collection<V> values, Function<V, String> stringFunction) Set multiple media types to the endpoint mapping that it can consume from a collection of values.WebEndpointMapping.Builder.consumes(org.springframework.http.MediaType... mediaTypes) Set multiple media types to the endpoint mapping that it can consume.static <E> WebEndpointMapping.Builder<E>WebEndpointMapping.customized()Set the endpoint for the WebEndpointMapping.static <E> WebEndpointMapping.Builder<E>WebEndpointMapping.filter()Add a single request header to the endpoint mapping.Add a single request header to the endpoint mapping.Set multiple request headers to the endpoint mapping.WebEndpointMapping.Builder.headers(Collection<V> values, Function<V, String> stringFunction) Set multiple request headers to the endpoint mapping from a collection of values.Add a single HTTP method to the endpoint mapping.WebEndpointMapping.Builder.method(org.springframework.http.HttpMethod method) Add a single HTTP method to the endpoint mapping.Set multiple HTTP methods to the endpoint mapping.WebEndpointMapping.Builder.methods(Collection<String> methods) WebEndpointMapping.Builder.methods(Collection<V> values, Function<V, String> stringFunction) Set multiple HTTP methods to the endpoint mapping from a collection of values.WebEndpointMapping.Builder.methods(org.springframework.http.HttpMethod... methods) Set multiple HTTP methods to the endpoint mapping.WebEndpointMapping.Builder.negate()WebEndpointMapping.Builder.nestConsumes(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestHeaders(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestMethods(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestParams(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestPatterns(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestProduces(WebEndpointMapping.Builder<?> other) static <E> WebEndpointMapping.Builder<E>WebEndpointMapping.of(WebEndpointMapping.Kind kind) Create aWebEndpointMapping.BuilderofWebEndpointMappingwith specified kind.Add a single request parameter to the endpoint mapping.Add a single request parameter to the endpoint mapping.Set multiple request parameters to the endpoint mapping.WebEndpointMapping.Builder.params(Collection<V> values, Function<V, String> stringFunction) Set multiple request parameters to the endpoint mapping from a collection of values.Add a single path pattern to the endpoint mapping.Set multiple path patterns to the endpoint mapping.WebEndpointMapping.Builder.patterns(Collection<String> patterns) Set multiple path patterns to the endpoint mapping.WebEndpointMapping.Builder.patterns(Collection<V> values, Function<V, String> stringFunction) Set multiple path patterns to the endpoint mapping from a collection of values.Add a single media type to the endpoint mapping that it can produce.WebEndpointMapping.Builder.produce(org.springframework.http.MediaType mediaType) Add a single media type to the endpoint mapping that it can produce.Set multiple media types to the endpoint mapping that it can produce.WebEndpointMapping.Builder.produces(Collection<V> values, Function<V, String> stringFunction) Set multiple media types to the endpoint mapping that it can produce from a collection of values.WebEndpointMapping.Builder.produces(org.springframework.http.MediaType... mediaTypes) Set multiple media types to the endpoint mapping that it can produce.static <E> WebEndpointMapping.Builder<E>WebEndpointMapping.servlet()Set the source of the endpoint mapping.static <E> WebEndpointMapping.Builder<E>WebEndpointMapping.webflux()static <E> WebEndpointMapping.Builder<E>WebEndpointMapping.webmvc()Methods in io.microsphere.spring.web.metadata with parameters of type WebEndpointMapping.BuilderModifier and TypeMethodDescriptionprotected voidRegistrationWebEndpointMappingFactory.contribute(String endpoint, jakarta.servlet.ServletContext servletContext, WebEndpointMapping.Builder<String> builder) Contribute theWebEndpointMapping.Builderto create an instance ofWebEndpointMappingWebEndpointMapping.Builder.nestConsumes(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestHeaders(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestMethods(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestParams(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestPatterns(WebEndpointMapping.Builder<?> other) WebEndpointMapping.Builder.nestProduces(WebEndpointMapping.Builder<?> other)