Uses of Enum
org.zalando.logbook.RequestURI.Component
Packages that use RequestURI.Component
-
Uses of RequestURI.Component in org.zalando.logbook
Methods in org.zalando.logbook 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 with parameters of type RequestURI.ComponentModifier and TypeMethodDescriptionstatic StringRequestURI.reconstruct(HttpRequest request, RequestURI.Component... components) Method parameters in org.zalando.logbook with type arguments of type RequestURI.ComponentModifier and TypeMethodDescriptionstatic StringRequestURI.reconstruct(HttpRequest request, Set<RequestURI.Component> components)