| Package | Description |
|---|---|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.spi.metadata |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLocator |
ResourceLocatorInvoker.method |
protected ResourceLocator |
MethodInjectorImpl.method |
| Modifier and Type | Method and Description |
|---|---|
MethodInjector |
InjectorFactoryImpl.createMethodInjector(ResourceLocator method,
ResteasyProviderFactory factory) |
protected void |
ResourceMethodRegistry.processMethod(ResourceFactory rf,
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 | Interface and Description |
|---|---|
interface |
ResourceMethod |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResourceLocator |
class |
DefaultResourceMethod |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLocator |
MethodParameter.locator |
protected ResourceLocator[] |
DefaultResourceClass.resourceLocators |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocator[] |
DefaultResourceClass.getResourceLocators() |
ResourceLocator[] |
ResourceClass.getResourceLocators() |
| Constructor and Description |
|---|
MethodParameter(ResourceLocator locator,
String name,
Class<?> type,
Type genericType,
Annotation[] annotations) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.