Class ParamConverters
- java.lang.Object
-
- org.glassfish.jersey.server.internal.inject.ParamConverters
-
@Singleton class ParamConverters extends java.lang.ObjectContainer of several differentparam converter providersimplementations. The nested provider implementations encapsulate various different strategies of constructing an instance from aStringvalue.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classParamConverters.AbstractStringReader<T>static classParamConverters.AggregatedProviderAggregatedparam converter provider.static classParamConverters.CharacterProviderstatic classParamConverters.DateProviderProvider ofparam converterthat convert the supplied string into a JavaDateinstance using conversion method from thehttp date formatterutility class.static classParamConverters.StringConstructorProvider ofparam converterthat produce the target Java type instance by invoking a singleStringparameter constructor on the target type.static classParamConverters.TypeFromStringProvider ofparam converterthat produce the target Java type instance by invoking a staticfromString(String)method on the target type.static classParamConverters.TypeFromStringEnumProvider ofparam converterthat produce the target Javaenumtype instance by invoking a staticfromString(String)method on the target enum type.static classParamConverters.TypeValueOfProvider ofparam converterthat produce the target Java type instance by invoking a staticvalueOf(String)method on the target type.
-
Constructor Summary
Constructors Constructor Description ParamConverters()
-