Uses of Class
org.jboss.resteasy.spi.metadata.ResourceLocator
Packages that use ResourceLocator
-
Uses of ResourceLocator in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ResourceLocatorModifier and TypeFieldDescriptionprotected ResourceLocator
MethodInjectorImpl.method
protected ResourceLocator
ResourceLocatorInvoker.method
Methods in org.jboss.resteasy.core with parameters of type ResourceLocatorModifier and TypeMethodDescriptionInjectorFactoryImpl.createMethodInjector
(ResourceLocator method, ResteasyProviderFactory factory) protected void
LocatorRegistry.processMethod
(ResourceLocator method) protected void
ResourceMethodRegistry.processMethod
(ResourceFactory rf, String base, ResourceLocator method) Constructors in org.jboss.resteasy.core with parameters of type ResourceLocatorModifierConstructorDescriptionMethodInjectorImpl
(ResourceLocator resourceMethod, ResteasyProviderFactory factory) ResourceLocatorInvoker
(ResourceFactory resource, InjectorFactory injector, ResteasyProviderFactory providerFactory, ResourceLocator locator) -
Uses of ResourceLocator in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type ResourceLocatorModifier and TypeMethodDescriptionInjectorFactory.createMethodInjector
(ResourceLocator method, ResteasyProviderFactory factory) -
Uses of ResourceLocator in org.jboss.resteasy.spi.metadata
Subclasses of ResourceLocator in org.jboss.resteasy.spi.metadataFields in org.jboss.resteasy.spi.metadata declared as ResourceLocatorModifier and TypeFieldDescriptionprivate static final ResourceLocator[]
ResourceClass.EMPTY_RESOURCE_LOCATORS
protected ResourceLocator
MethodParameter.locator
(package private) ResourceLocator
ResourceBuilder.ResourceLocatorBuilder.locator
protected ResourceLocator[]
ResourceClass.resourceLocators
Fields in org.jboss.resteasy.spi.metadata with type parameters of type ResourceLocatorModifier and TypeFieldDescription(package private) List
<ResourceLocator> ResourceBuilder.ResourceClassBuilder.resourceLocators
Methods in org.jboss.resteasy.spi.metadata that return ResourceLocatorConstructors in org.jboss.resteasy.spi.metadata with parameters of type ResourceLocatorModifierConstructorDescriptionprotected
MethodParameter
(ResourceLocator locator, Class<?> type, Type genericType, Annotation[] annotations)