Uses of Interface
org.jboss.resteasy.spi.StringParameterUnmarshaller
-
Packages that use StringParameterUnmarshaller Package Description org.jboss.resteasy.annotations 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.spi
Methods in org.jboss.resteasy.spi that return StringParameterUnmarshaller Modifier and Type Method Description abstract <T> StringParameterUnmarshaller<T>ResteasyProviderFactory. createStringParameterUnmarshaller(Class<T> clazz)
-