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 class
Aggregatedparam converter provider
.static class
static class
Provider ofparam converter
that convert the supplied string into a JavaDate
instance using conversion method from thehttp date formatter
utility class.static class
Provider ofparam converter
that convert the supplied string into a JavaInputStream
instance.static class
Provider ofparam converter
that produce the Optional instance by invokingParamConverterProvider
.static class
Provider ofparam converter
that produce the OptionalInt, OptionalDouble or OptionalLong instance.static class
Provider ofparam converter
that produce the target Java type instance by invoking a singleString
parameter constructor on the target type.static class
Provider ofparam converter
that produce the target Java type instance by invoking a staticfromString(String)
method on the target type.static class
Provider ofparam converter
that produce the target Javaenum
type instance by invoking a staticfromString(String)
method on the target enum type.static class
Provider ofparam converter
that 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()
-