Uses of Enum
org.glassfish.jersey.uri.UriComponent.Type
Packages that use UriComponent.Type
Package
Description
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
Common Jersey internal classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
-
Uses of UriComponent.Type in org.glassfish.jersey.uri
Subclasses with type arguments of type UriComponent.Type in org.glassfish.jersey.uriMethods in org.glassfish.jersey.uri that return UriComponent.TypeModifier and TypeMethodDescriptionstatic UriComponent.TypeReturns the enum constant of this type with the specified name.static UriComponent.Type[]UriComponent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.jersey.uri with parameters of type UriComponent.TypeModifier and TypeMethodDescriptionprivate static StringUriComponent._encode(String s, UriComponent.Type t, boolean template, boolean contextualEncode) private static intUriComponent._valid(String s, UriComponent.Type t, boolean template) static StringUriComponent.contextualEncode(String s, UriComponent.Type t) Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.static StringUriComponent.contextualEncode(String s, UriComponent.Type t, boolean template) Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.private static intUriTemplate.createUriComponent(UriComponent.Type componentType, String template, String[] values, int valueOffset, boolean encode, Map<String, ?> _mapValues, StringBuilder b) static StringUriComponent.decode(String s, UriComponent.Type t) Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).static StringUriComponent.encode(String s, UriComponent.Type t) Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.static StringUriComponent.encode(String s, UriComponent.Type t, boolean template) Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.static StringUriTemplate.resolveTemplateValues(UriComponent.Type type, String template, boolean encode, Map<String, ?> _mapValues) Resolves template variables in the giventemplatefrom_mapValues.static booleanUriComponent.valid(String s, UriComponent.Type t) Validates the legal characters of a percent-encoded string that represents a URI component type.static booleanUriComponent.valid(String s, UriComponent.Type t, boolean template) Validates the legal characters of a percent-encoded string that represents a URI component type.static voidUriComponent.validate(String s, UriComponent.Type t) Validates the legal characters of a percent-encoded string that represents a URI component type.static voidUriComponent.validate(String s, UriComponent.Type t, boolean template) Validates the legal characters of a percent-encoded string that represents a URI component type. -
Uses of UriComponent.Type in org.glassfish.jersey.uri.internal
Methods in org.glassfish.jersey.uri.internal with parameters of type UriComponent.TypeModifier and TypeMethodDescriptionprivate StringJerseyUriBuilder.encode(String s, UriComponent.Type type)