Uses of Interface
org.jboss.resteasy.spi.StringParameterUnmarshaller
-
Packages that use StringParameterUnmarshaller Package Description org.jboss.resteasy.annotations org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of StringParameterUnmarshaller in org.jboss.resteasy.annotations
Methods in org.jboss.resteasy.annotations that return types with arguments of type StringParameterUnmarshaller Modifier and Type Method Description java.lang.Class<? extends StringParameterUnmarshaller>
value()
-
Uses of StringParameterUnmarshaller in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as StringParameterUnmarshaller Modifier and Type Field Description protected StringParameterUnmarshaller
StringParameterInjector. unmarshaller
Methods in org.jboss.resteasy.core that return StringParameterUnmarshaller Modifier and Type Method Description <T> StringParameterUnmarshaller<T>
ThreadLocalResteasyProviderFactory. createStringParameterUnmarshaller(java.lang.Class<T> clazz)
Method parameters in org.jboss.resteasy.core with type arguments of type StringParameterUnmarshaller Modifier and Type Method Description void
ThreadLocalResteasyProviderFactory. addStringParameterUnmarshaller(java.lang.Class<? extends StringParameterUnmarshaller> provider)
-
Uses of StringParameterUnmarshaller in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type StringParameterUnmarshaller Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,java.lang.Class<? extends StringParameterUnmarshaller>>
ResteasyProviderFactory. stringParameterUnmarshallers
Methods in org.jboss.resteasy.spi that return StringParameterUnmarshaller Modifier and Type Method Description <T> StringParameterUnmarshaller<T>
ResteasyProviderFactory. createStringParameterUnmarshaller(java.lang.Class<T> clazz)
Methods in org.jboss.resteasy.spi that return types with arguments of type StringParameterUnmarshaller Modifier and Type Method Description protected java.util.Map<java.lang.Class<?>,java.lang.Class<? extends StringParameterUnmarshaller>>
ResteasyProviderFactory. getStringParameterUnmarshallers()
Method parameters in org.jboss.resteasy.spi with type arguments of type StringParameterUnmarshaller Modifier and Type Method Description void
ResteasyProviderFactory. addStringParameterUnmarshaller(java.lang.Class<? extends StringParameterUnmarshaller> provider)
-