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 StringParameterUnmarshallerStringParameterInjector. unmarshallerMethods 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 voidThreadLocalResteasyProviderFactory. 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. stringParameterUnmarshallersMethods 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 voidResteasyProviderFactory. addStringParameterUnmarshaller(java.lang.Class<? extends StringParameterUnmarshaller> provider)
-