Uses of Enum
org.zalando.logbook.api.RequestURI.Component
Packages that use RequestURI.Component
-
Uses of RequestURI.Component in org.zalando.logbook.api
Methods in org.zalando.logbook.api that return RequestURI.ComponentModifier and TypeMethodDescriptionstatic RequestURI.ComponentReturns the enum constant of this type with the specified name.static RequestURI.Component[]RequestURI.Component.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zalando.logbook.api with parameters of type RequestURI.ComponentModifier and TypeMethodDescriptionstatic StringRequestURI.reconstruct(HttpRequest request, RequestURI.Component... components) Method parameters in org.zalando.logbook.api with type arguments of type RequestURI.ComponentModifier and TypeMethodDescriptionstatic StringRequestURI.reconstruct(HttpRequest request, Set<RequestURI.Component> components)