Uses of Class
com.networknt.registry.URLParamType
-
Packages that use URLParamType Package Description com.networknt.registry -
-
Uses of URLParamType in com.networknt.registry
Methods in com.networknt.registry that return URLParamType Modifier and Type Method Description static URLParamType
URLParamType. valueOf(String name)
Returns the enum constant of this type with the specified name.static URLParamType[]
URLParamType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-