| Package | Description |
|---|---|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.spi.metadata |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLocator |
MethodInjectorImpl.method |
protected ResourceLocator |
ResourceLocatorInvoker.method |
| Modifier and Type | Method and Description |
|---|---|
MethodInjector |
InjectorFactoryImpl.createMethodInjector(ResourceLocator method,
ResteasyProviderFactory factory) |
protected void |
ResourceMethodRegistry.processMethod(ResourceFactory rf,
java.lang.String base,
ResourceLocator method) |
protected void |
LocatorRegistry.processMethod(ResourceLocator method) |
| Constructor and Description |
|---|
MethodInjectorImpl(ResourceLocator resourceMethod,
ResteasyProviderFactory factory) |
ResourceLocatorInvoker(ResourceFactory resource,
InjectorFactory injector,
ResteasyProviderFactory providerFactory,
ResourceLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
MethodInjector |
InjectorFactory.createMethodInjector(ResourceLocator method,
ResteasyProviderFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceMethod |
| Modifier and Type | Field and Description |
|---|---|
private static ResourceLocator[] |
ResourceClass.EMPTY_RESOURCE_LOCATORS |
protected ResourceLocator |
MethodParameter.locator |
(package private) ResourceLocator |
ResourceBuilder.ResourceLocatorBuilder.locator |
protected ResourceLocator[] |
ResourceClass.resourceLocators |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<ResourceLocator> |
ResourceBuilder.ResourceClassBuilder.resourceLocators |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocator[] |
ResourceClass.getResourceLocators() |
| Constructor and Description |
|---|
MethodParameter(ResourceLocator locator,
java.lang.Class<?> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations) |