Class ParamConverters
java.lang.Object
org.glassfish.jersey.internal.inject.ParamConverters
Container of several different
param converter providers
implementations. The nested provider implementations encapsulate various different
strategies of constructing an instance from a String value.- Author:
- Paul Sandoz, Marek Potociar
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAggregatedparam converter provider.static classstatic classProvider ofparam converterthat convert the supplied string into a JavaDateinstance using conversion method from thehttp date formatterutility class.static classProvider ofparam converterthat convert the supplied string into a JavaInputStreaminstance.static classProvider ofparam converterthat produce the Optional instance by invokingParamConverterProvider.static classProvider ofparam converterthat produce the OptionalInt, OptionalDouble or OptionalLong instance.static classProvider ofparam converterthat produce the target Java type instance by invoking a singleStringparameter constructor on the target type.static classProvider ofparam converterthat produce the target Java type instance by invoking a staticfromString(String)method on the target type.static classProvider ofparam converterthat produce the target Javaenumtype instance by invoking a staticfromString(String)method on the target enum type.static classProvider ofparam converterthat produce the target Java type instance by invoking a staticvalueOf(String)method on the target type. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParamConverters
public ParamConverters()
-