Uses of Interface
org.jboss.resteasy.spi.StringConverter
-
Packages that use StringConverter Package Description org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of StringConverter in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as StringConverter Modifier and Type Field Description protected StringConverter
StringParameterInjector. converter
Methods in org.jboss.resteasy.core that return StringConverter Modifier and Type Method Description StringConverter
ThreadLocalResteasyProviderFactory. getStringConverter(java.lang.Class<?> clazz)
-
Uses of StringConverter in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type StringConverter Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,StringConverter>
ResteasyProviderFactory. stringConverters
Methods in org.jboss.resteasy.spi that return StringConverter Modifier and Type Method Description StringConverter
ResteasyProviderFactory. getStringConverter(java.lang.Class<?> clazz)
Methods in org.jboss.resteasy.spi that return types with arguments of type StringConverter Modifier and Type Method Description protected java.util.Map<java.lang.Class<?>,StringConverter>
ResteasyProviderFactory. getStringConverters()
Methods in org.jboss.resteasy.spi with parameters of type StringConverter Modifier and Type Method Description protected void
ResteasyProviderFactory. addStringConverter(StringConverter provider)
protected void
ResteasyProviderFactory. addStringConverter(StringConverter provider, java.lang.Class providerClass)
protected void
ResteasyProviderFactory. addStringConverter(StringConverter provider, java.lang.reflect.Type typeParameter)
Method parameters in org.jboss.resteasy.spi with type arguments of type StringConverter Modifier and Type Method Description protected void
ResteasyProviderFactory. addStringConverter(java.lang.Class<? extends StringConverter> resolver)
-