Uses of Enum
org.glassfish.jersey.uri.PathPattern.RightHandPath
Packages that use PathPattern.RightHandPath
Package
Description
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
-
Uses of PathPattern.RightHandPath in org.glassfish.jersey.uri
Subclasses with type arguments of type PathPattern.RightHandPath in org.glassfish.jersey.uriModifier and TypeClassDescriptionstatic enumThe set of right hand path patterns that may be appended to a path pattern.Methods in org.glassfish.jersey.uri that return PathPattern.RightHandPathModifier and TypeMethodDescriptionstatic PathPattern.RightHandPathReturns the enum constant of this type with the specified name.static PathPattern.RightHandPath[]PathPattern.RightHandPath.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.jersey.uri with parameters of type PathPattern.RightHandPathModifierConstructorDescriptionPathPattern(String template, PathPattern.RightHandPath rhpp) Create a path pattern and post fix with a right hand path pattern.PathPattern(PathTemplate template, PathPattern.RightHandPath rhpp) Create a path pattern and post fix with a right hand path pattern.