Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.spi |
Modifier and Type | Field and Description |
---|---|
protected StringParameterUnmarshaller |
StringParameterInjector.unmarshaller |
Modifier and Type | Method and Description |
---|---|
<T> StringParameterUnmarshaller<T> |
ThreadLocalResteasyProviderFactory.createStringParameterUnmarshaller(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalResteasyProviderFactory.addStringParameterUnmarshaller(Class<? extends StringParameterUnmarshaller> provider) |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,Class<? extends StringParameterUnmarshaller>> |
ResteasyProviderFactory.stringParameterUnmarshallers |
Modifier and Type | Method and Description |
---|---|
<T> StringParameterUnmarshaller<T> |
ResteasyProviderFactory.createStringParameterUnmarshaller(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
protected Map<Class<?>,Class<? extends StringParameterUnmarshaller>> |
ResteasyProviderFactory.getStringParameterUnmarshallers() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyProviderFactory.addStringParameterUnmarshaller(Class<? extends StringParameterUnmarshaller> provider) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.