Uses of Interface
jakarta.ws.rs.ext.ParamConverterProvider
-
Packages that use ParamConverterProvider Package Description org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. -
-
Uses of ParamConverterProvider in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement ParamConverterProvider Modifier and Type Class Description classParamConverterFactoryAn aggregateparam converter providerthat loads all the registeredParamConverterProviderimplementations.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.InputStreamProviderProvider ofparam converterthat convert the supplied string into a JavaInputStreaminstance.static classParamConverters.OptionalCustomProviderProvider ofparam converterthat produce the Optional instance by invokingParamConverterProvider.static classParamConverters.OptionalProviderProvider ofparam converterthat produce the OptionalInt, OptionalDouble or OptionalLong instance.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 parameters in org.glassfish.jersey.internal.inject with type arguments of type ParamConverterProvider Constructor Description ParamConverterFactory(Set<ParamConverterProvider> providers, Set<ParamConverterProvider> customProviders)
-