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.core.providerfactory 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 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. unmarshallerMethods in org.jboss.resteasy.core that return StringParameterUnmarshaller Modifier and Type Method Description <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 StringParameterUnmarshaller Modifier and Type Field Description protected SnapshotMap<Class<?>,Class<? extends StringParameterUnmarshaller>>ResteasyProviderFactoryImpl. stringParameterUnmarshallersMethods in org.jboss.resteasy.core.providerfactory that return StringParameterUnmarshaller Modifier and Type Method Description <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 StringParameterUnmarshaller Modifier and Type Method Description protected Map<Class<?>,Class<? extends StringParameterUnmarshaller>>ResteasyProviderFactoryImpl. getStringParameterUnmarshallers()Method parameters in org.jboss.resteasy.core.providerfactory with type arguments of type StringParameterUnmarshaller Modifier and Type Method Description voidResteasyProviderFactoryImpl. addStringParameterUnmarshaller(Class<? extends StringParameterUnmarshaller> provider) -
Uses of StringParameterUnmarshaller in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return StringParameterUnmarshaller Modifier and Type Method Description abstract <T> StringParameterUnmarshaller<T>ResteasyProviderFactory. createStringParameterUnmarshaller(Class<T> clazz)
-