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(Class<?> clazz) |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,StringConverter> |
ResteasyProviderFactory.stringConverters |
Modifier and Type | Method and Description |
---|---|
StringConverter |
ResteasyProviderFactory.getStringConverter(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
protected Map<Class<?>,StringConverter> |
ResteasyProviderFactory.getStringConverters() |
Modifier and Type | Method and Description |
---|---|
protected void |
ResteasyProviderFactory.addStringConverter(StringConverter provider) |
protected void |
ResteasyProviderFactory.addStringConverter(StringConverter provider,
Class providerClass) |
protected void |
ResteasyProviderFactory.addStringConverter(StringConverter provider,
Type typeParameter) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResteasyProviderFactory.addStringConverter(Class<? extends StringConverter> resolver) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.