Uses of Enum Class
org.glassfish.jersey.uri.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
Modifier and TypeMethodDescriptionstatic PathPattern.RightHandPath
Returns the enum constant of this class with the specified name.static PathPattern.RightHandPath[]
PathPattern.RightHandPath.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPathPattern
(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.