Class ParamConverters.OptionalProvider
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.ParamConverters.OptionalProvider
-
- All Implemented Interfaces:
ParamConverterProvider
- Enclosing class:
- ParamConverters
@Singleton public static class ParamConverters.OptionalProvider extends Object implements ParamConverterProvider
Provider ofparam converterthat produce the OptionalInt, OptionalDouble or OptionalLong instance.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOptionalProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ParamConverter<T>getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
-
-
-
Method Detail
-
getConverter
public <T> ParamConverter<T> getConverter(Class<T> rawType, Type genericType, Annotation[] annotations)
- Specified by:
getConverterin interfaceParamConverterProvider
-
-