Uses of Interface
org.jboss.resteasy.spi.StringConverter
Packages that use StringConverter
-
Uses of StringConverter in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as StringConverterMethods in org.jboss.resteasy.core that return StringConverterModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getStringConverter(Class<?> clazz) -
Uses of StringConverter in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type StringConverterModifier and TypeFieldDescriptionprotected Map<Class<?>, StringConverter> ResteasyProviderFactory.stringConvertersMethods in org.jboss.resteasy.spi that return StringConverterMethods in org.jboss.resteasy.spi that return types with arguments of type StringConverterModifier and TypeMethodDescriptionprotected Map<Class<?>, StringConverter> ResteasyProviderFactory.getStringConverters()Methods in org.jboss.resteasy.spi with parameters of type StringConverterModifier and TypeMethodDescriptionprotected voidResteasyProviderFactory.addStringConverter(StringConverter provider) protected voidResteasyProviderFactory.addStringConverter(StringConverter provider, Class providerClass) protected voidResteasyProviderFactory.addStringConverter(StringConverter provider, Type typeParameter) Method parameters in org.jboss.resteasy.spi with type arguments of type StringConverterModifier and TypeMethodDescriptionprotected voidResteasyProviderFactory.addStringConverter(Class<? extends StringConverter> resolver)