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 StringConverterStringParameterInjector. converterMethods in org.jboss.resteasy.core that return StringConverter Modifier and Type Method Description StringConverterThreadLocalResteasyProviderFactory. 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. stringConvertersMethods in org.jboss.resteasy.spi that return StringConverter Modifier and Type Method Description StringConverterResteasyProviderFactory. 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 voidResteasyProviderFactory. addStringConverter(StringConverter provider)protected voidResteasyProviderFactory. addStringConverter(StringConverter provider, java.lang.Class providerClass)protected voidResteasyProviderFactory. 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 voidResteasyProviderFactory. addStringConverter(java.lang.Class<? extends StringConverter> resolver)
-