Uses of Interface
org.jboss.resteasy.spi.StringParameterUnmarshaller
Packages that use StringParameterUnmarshaller
Package
Description
-
Uses of StringParameterUnmarshaller in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as StringParameterUnmarshallerModifier and TypeFieldDescriptionprotected StringParameterUnmarshaller<?>
StringParameterInjector.unmarshaller
Methods in org.jboss.resteasy.core that return StringParameterUnmarshallerModifier and TypeMethodDescription<T> StringParameterUnmarshaller<T>
ThreadLocalResteasyProviderFactory.createStringParameterUnmarshaller
(Class<T> clazz) -
Uses of StringParameterUnmarshaller in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type StringParameterUnmarshallerModifier and TypeFieldDescriptionprotected SnapshotMap<Class<?>,
Class<? extends StringParameterUnmarshaller>> ResteasyProviderFactoryImpl.stringParameterUnmarshallers
Methods in org.jboss.resteasy.core.providerfactory that return StringParameterUnmarshallerModifier and TypeMethodDescription<T> StringParameterUnmarshaller<T>
ResteasyProviderFactoryDelegate.createStringParameterUnmarshaller
(Class<T> clazz) <T> StringParameterUnmarshaller<T>
ResteasyProviderFactoryImpl.createStringParameterUnmarshaller
(Class<T> clazz) Methods in org.jboss.resteasy.core.providerfactory that return types with arguments of type StringParameterUnmarshallerModifier and TypeMethodDescriptionprotected Map<Class<?>,
Class<? extends StringParameterUnmarshaller>> ResteasyProviderFactoryImpl.getStringParameterUnmarshallers()
Method parameters in org.jboss.resteasy.core.providerfactory with type arguments of type StringParameterUnmarshallerModifier and TypeMethodDescriptionvoid
ResteasyProviderFactoryImpl.addStringParameterUnmarshaller
(Class<? extends StringParameterUnmarshaller> provider) -
Uses of StringParameterUnmarshaller in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return StringParameterUnmarshallerModifier and TypeMethodDescriptionabstract <T> StringParameterUnmarshaller<T>
ResteasyProviderFactory.createStringParameterUnmarshaller
(Class<T> clazz)