Uses of Enum
org.apache.cxf.jaxrs.model.ParameterType
Packages that use ParameterType
-
Uses of ParameterType in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return ParameterTypeModifier and TypeMethodDescriptionParameter.getType()static ParameterTypeReturns the enum constant of this type with the specified name.static ParameterType[]ParameterType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cxf.jaxrs.model with parameters of type ParameterTypeModifierConstructorDescriptionParameter(ParameterType type, int ind, String aValue) Parameter(ParameterType type, int ind, String aValue, boolean isEncoded, String defaultValue) Parameter(ParameterType type, String aValue) -
Uses of ParameterType in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils with parameters of type ParameterTypeModifier and TypeMethodDescriptionstatic ObjectInjectionUtils.createParameterObject(List<String> paramValues, Class<?> paramType, Type genericType, Annotation[] paramAnns, String defaultValue, boolean decoded, ParameterType pathParam, org.apache.cxf.message.Message message) static StringInjectionUtils.decodeValue(String value, boolean decode, ParameterType param) static jakarta.ws.rs.core.Response.StatusHttpUtils.getParameterFailureStatus(ParameterType pType) InjectionUtils.getParametersFromBeanClass(Class<?> beanClass, ParameterType type, boolean checkIgnorable) static ObjectInjectionUtils.handleBean(Class<?> paramType, Annotation[] paramAnns, jakarta.ws.rs.core.MultivaluedMap<String, String> values, ParameterType pType, org.apache.cxf.message.Message message, boolean decoded) static <T> TInjectionUtils.handleParameter(String value, boolean decoded, Class<T> pClass, Type genericType, Annotation[] paramAnns, ParameterType pType, org.apache.cxf.message.Message message)