Uses of Interface
org.jboss.resteasy.spi.metadata.ResourceLocator
Packages that use ResourceLocator
Package
Description
-
Uses of ResourceLocator in org.jboss.resteasy.cdi
Methods in org.jboss.resteasy.cdi with parameters of type ResourceLocatorModifier and TypeMethodDescriptionCdiInjectorFactory.createMethodInjector
(ResourceLocator method, ResteasyProviderFactory factory) -
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.jsapi
Methods in org.jboss.resteasy.jsapi that return ResourceLocatorModifier and TypeMethodDescriptionstatic ResourceLocator
MethodMetaData.getResourceLocator
(ResourceInvoker invoker) -
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
Subinterfaces of ResourceLocator in org.jboss.resteasy.spi.metadataClasses in org.jboss.resteasy.spi.metadata that implement ResourceLocatorFields in org.jboss.resteasy.spi.metadata declared as ResourceLocatorModifier and TypeFieldDescriptionprotected ResourceLocator
MethodParameter.locator
protected ResourceLocator[]
DefaultResourceClass.resourceLocators
Methods in org.jboss.resteasy.spi.metadata that return ResourceLocatorModifier and TypeMethodDescriptionDefaultResourceClass.getResourceLocators()
ResourceClass.getResourceLocators()
Constructors in org.jboss.resteasy.spi.metadata with parameters of type ResourceLocatorModifierConstructorDescriptionprotected
MethodParameter
(ResourceLocator locator, String name, Class<?> type, Type genericType, Annotation[] annotations) -
Uses of ResourceLocator in org.jboss.resteasy.wadl
Constructors in org.jboss.resteasy.wadl with parameters of type ResourceLocatorModifierConstructorDescriptionResteasyWadlServiceRegistry
(ResteasyWadlServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocator locator)