Uses of Interface
org.jboss.resteasy.spi.StringParameterUnmarshaller
Packages that use StringParameterUnmarshaller
-
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) Method parameters in org.jboss.resteasy.core with type arguments of type StringParameterUnmarshallerModifier and TypeMethodDescriptionvoid
ThreadLocalResteasyProviderFactory.addStringParameterUnmarshaller
(Class<? extends StringParameterUnmarshaller> provider) -
Uses of StringParameterUnmarshaller in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type StringParameterUnmarshallerModifier and TypeFieldDescriptionprotected Map<Class<?>,
Class<? extends StringParameterUnmarshaller>> ResteasyProviderFactory.stringParameterUnmarshallers
Methods in org.jboss.resteasy.spi that return StringParameterUnmarshallerModifier and TypeMethodDescription<T> StringParameterUnmarshaller<T>
ResteasyProviderFactory.createStringParameterUnmarshaller
(Class<T> clazz) Methods in org.jboss.resteasy.spi that return types with arguments of type StringParameterUnmarshallerModifier and TypeMethodDescriptionprotected Map<Class<?>,
Class<? extends StringParameterUnmarshaller>> ResteasyProviderFactory.getStringParameterUnmarshallers()
Method parameters in org.jboss.resteasy.spi with type arguments of type StringParameterUnmarshallerModifier and TypeMethodDescriptionvoid
ResteasyProviderFactory.addStringParameterUnmarshaller
(Class<? extends StringParameterUnmarshaller> provider)