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.juneauMethods in org.apache.juneau that return UriResolutionModifier and TypeMethodDescriptionstatic UriResolutionReturns 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 UriResolverUriResolver.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.csvMethods in org.apache.juneau.csv with parameters of type UriResolution
- 
Uses of UriResolution in org.apache.juneau.htmlMethods 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.jsonMethods 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.msgpackMethods in org.apache.juneau.msgpack with parameters of type UriResolution
- 
Uses of UriResolution in org.apache.juneau.oapiMethods in org.apache.juneau.oapi with parameters of type UriResolution
- 
Uses of UriResolution in org.apache.juneau.plaintextMethods in org.apache.juneau.plaintext with parameters of type UriResolution
- 
Uses of UriResolution in org.apache.juneau.restMethods 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.clientMethods 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.mockMethods in org.apache.juneau.rest.mock with parameters of type UriResolution
- 
Uses of UriResolution in org.apache.juneau.serializerMethods in org.apache.juneau.serializer that return UriResolutionModifier and TypeMethodDescriptionprotected final UriResolutionSerializer.getUriResolution()URI resolution.protected final UriResolutionSerializerSession.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.soapMethods in org.apache.juneau.soap with parameters of type UriResolution
- 
Uses of UriResolution in org.apache.juneau.uonMethods in org.apache.juneau.uon with parameters of type UriResolution
- 
Uses of UriResolution in org.apache.juneau.urlencodingMethods in org.apache.juneau.urlencoding with parameters of type UriResolutionModifier and TypeMethodDescriptionUrlEncodingSerializer.Builder.uriResolution(UriResolution value) 
- 
Uses of UriResolution in org.apache.juneau.xmlMethods in org.apache.juneau.xml with parameters of type UriResolution