Uses of Class
org.soulwing.prospecto.jaxrs.runtime.path.ModelPath.MatchType
-
Packages that use ModelPath.MatchType Package Description org.soulwing.prospecto.jaxrs.runtime.path -
-
Uses of ModelPath.MatchType in org.soulwing.prospecto.jaxrs.runtime.path
Methods in org.soulwing.prospecto.jaxrs.runtime.path that return ModelPath.MatchType Modifier and Type Method Description ModelPath.MatchTypeModelPath. matchTypeAt(int index)Gets the match type of the path element at the given index.static ModelPath.MatchTypeModelPath.MatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelPath.MatchType[]ModelPath.MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-