Uses of Enum Class
org.apache.juneau.UriResolution
Packages that use UriResolution
Package
Description
CSV Marshalling Support
REST Server API
REST Client API
REST Server Mock API
-
Uses of UriResolution in org.apache.juneau
Methods in org.apache.juneau that return UriResolutionModifier and TypeMethodDescriptionstatic UriResolution
Returns the enum constant of this class with the specified name.static UriResolution[]
UriResolution.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau with parameters of type UriResolutionModifier and TypeMethodDescriptionstatic UriResolver
UriResolver.of
(UriResolution resolution, UriRelativity relativity, UriContext uriContext) Static creator.Constructors in org.apache.juneau with parameters of type UriResolutionModifierConstructorDescriptionUriResolver
(UriResolution resolution, UriRelativity relativity, UriContext uriContext) Constructor. -
Uses of UriResolution in org.apache.juneau.csv
Methods in org.apache.juneau.csv with parameters of type UriResolution -
Uses of UriResolution in org.apache.juneau.html
Methods in org.apache.juneau.html with parameters of type UriResolutionModifier and TypeMethodDescriptionHtmlDocSerializer.Builder.uriResolution
(UriResolution value) HtmlSchemaDocSerializer.Builder.uriResolution
(UriResolution value) HtmlSchemaSerializer.Builder.uriResolution
(UriResolution value) HtmlSerializer.Builder.uriResolution
(UriResolution value) HtmlStrippedDocSerializer.Builder.uriResolution
(UriResolution value) -
Uses of UriResolution in org.apache.juneau.json
Methods in org.apache.juneau.json with parameters of type UriResolutionModifier and TypeMethodDescriptionJsonSchemaSerializer.Builder.uriResolution
(UriResolution value) JsonSerializer.Builder.uriResolution
(UriResolution value) -
Uses of UriResolution in org.apache.juneau.msgpack
Methods in org.apache.juneau.msgpack with parameters of type UriResolution -
Uses of UriResolution in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi with parameters of type UriResolution -
Uses of UriResolution in org.apache.juneau.plaintext
Methods in org.apache.juneau.plaintext with parameters of type UriResolution -
Uses of UriResolution in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return UriResolutionModifier and TypeMethodDescriptionRestContext.getUriResolution()
Returns the setting on how relative URIs should be resolved.Methods in org.apache.juneau.rest with parameters of type UriResolutionModifier and TypeMethodDescriptionRestRequest.getUriResolver
(UriResolution resolution, UriRelativity relativity) Returns a URI resolver that can be used to convert URIs to absolute or root-relative form.RestContext.Builder.uriResolution
(UriResolution value) URI resolution. -
Uses of UriResolution in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type UriResolutionModifier and TypeMethodDescriptionRestClient.Builder.uriResolution
(UriResolution value) Serializer configuration property: URI resolution. -
Uses of UriResolution in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type UriResolution -
Uses of UriResolution in org.apache.juneau.serializer
Methods in org.apache.juneau.serializer that return UriResolutionModifier and TypeMethodDescriptionprotected final UriResolution
Serializer.getUriResolution()
URI resolution.protected final UriResolution
SerializerSession.getUriResolution()
URI resolution.Methods in org.apache.juneau.serializer with parameters of type UriResolutionModifier and TypeMethodDescriptionOutputStreamSerializer.Builder.uriResolution
(UriResolution value) Serializer.Builder.uriResolution
(UriResolution value) URI resolution.WriterSerializer.Builder.uriResolution
(UriResolution value) -
Uses of UriResolution in org.apache.juneau.soap
Methods in org.apache.juneau.soap with parameters of type UriResolution -
Uses of UriResolution in org.apache.juneau.uon
Methods in org.apache.juneau.uon with parameters of type UriResolution -
Uses of UriResolution in org.apache.juneau.urlencoding
Methods in org.apache.juneau.urlencoding with parameters of type UriResolutionModifier and TypeMethodDescriptionUrlEncodingSerializer.Builder.uriResolution
(UriResolution value) -
Uses of UriResolution in org.apache.juneau.xml
Methods in org.apache.juneau.xml with parameters of type UriResolution