Uses of Class
org.jboss.resteasy.spi.metadata.Parameter.ParamType
-
Packages that use Parameter.ParamType Package Description org.jboss.resteasy.spi.metadata -
-
Uses of Parameter.ParamType in org.jboss.resteasy.spi.metadata
Fields in org.jboss.resteasy.spi.metadata declared as Parameter.ParamType Modifier and Type Field Description protected Parameter.ParamType
Parameter. paramType
Methods in org.jboss.resteasy.spi.metadata that return Parameter.ParamType Modifier and Type Method Description Parameter.ParamType
Parameter. getParamType()
static Parameter.ParamType
Parameter.ParamType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Parameter.ParamType[]
Parameter.ParamType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.resteasy.spi.metadata with parameters of type Parameter.ParamType Modifier and Type Method Description void
Parameter. setParamType(Parameter.ParamType paramType)
-