Uses of Interface
jakarta.ws.rs.ext.ParamConverterProvider
-
Packages that use ParamConverterProvider Package Description org.jboss.resteasy.core.providerfactory org.jboss.resteasy.plugins.providers -
-
Uses of ParamConverterProvider in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type ParamConverterProvider Modifier and Type Field Description protected Set<ExtSortedKey<ParamConverterProvider>>ResteasyProviderFactoryImpl. sortedParamConverterProvidersMethods in org.jboss.resteasy.core.providerfactory that return types with arguments of type ParamConverterProvider Modifier and Type Method Description protected Set<ExtSortedKey<ParamConverterProvider>>ResteasyProviderFactoryImpl. getSortedParamConverterProviders() -
Uses of ParamConverterProvider in org.jboss.resteasy.plugins.providers
Classes in org.jboss.resteasy.plugins.providers that implement ParamConverterProvider Modifier and Type Class Description classMultiValuedParamConverterProvider
-