| Package | Description |
|---|---|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.spi |
| Modifier and Type | Field and Description |
|---|---|
protected StringConverter |
StringParameterInjector.converter |
| Modifier and Type | Method and Description |
|---|---|
StringConverter |
ThreadLocalResteasyProviderFactory.getStringConverter(java.lang.Class<?> clazz) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.Class<?>,StringConverter> |
ResteasyProviderFactory.stringConverters |
| Modifier and Type | Method and Description |
|---|---|
StringConverter |
ResteasyProviderFactory.getStringConverter(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.Class<?>,StringConverter> |
ResteasyProviderFactory.getStringConverters() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResteasyProviderFactory.addStringConverter(java.lang.Class<? extends StringConverter> resolver) |