Uses of Interface
org.jboss.resteasy.spi.metadata.ResourceLocator
-
Packages that use ResourceLocator Package Description org.jboss.resteasy.cdi org.jboss.resteasy.core org.jboss.resteasy.jsapi org.jboss.resteasy.spi org.jboss.resteasy.spi.metadata org.jboss.resteasy.wadl -
-
Uses of ResourceLocator in org.jboss.resteasy.cdi
Methods in org.jboss.resteasy.cdi with parameters of type ResourceLocator Modifier and Type Method Description MethodInjectorCdiInjectorFactory. createMethodInjector(ResourceLocator method, ResteasyProviderFactory factory) -
Uses of ResourceLocator in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ResourceLocator Modifier and Type Field Description protected ResourceLocatorMethodInjectorImpl. methodprotected ResourceLocatorResourceLocatorInvoker. methodMethods in org.jboss.resteasy.core with parameters of type ResourceLocator Modifier and Type Method Description MethodInjectorInjectorFactoryImpl. createMethodInjector(ResourceLocator method, ResteasyProviderFactory factory)protected voidLocatorRegistry. processMethod(ResourceLocator method)protected voidResourceMethodRegistry. processMethod(ResourceFactory rf, String base, ResourceLocator method)Constructors in org.jboss.resteasy.core with parameters of type ResourceLocator Constructor Description MethodInjectorImpl(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 ResourceLocator Modifier and Type Method Description static ResourceLocatorMethodMetaData. getResourceLocator(ResourceInvoker invoker) -
Uses of ResourceLocator in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type ResourceLocator Modifier and Type Method Description MethodInjectorInjectorFactory. createMethodInjector(ResourceLocator method, ResteasyProviderFactory factory) -
Uses of ResourceLocator in org.jboss.resteasy.spi.metadata
Subinterfaces of ResourceLocator in org.jboss.resteasy.spi.metadata Modifier and Type Interface Description interfaceResourceMethodClasses in org.jboss.resteasy.spi.metadata that implement ResourceLocator Modifier and Type Class Description classDefaultResourceLocatorclassDefaultResourceMethodFields in org.jboss.resteasy.spi.metadata declared as ResourceLocator Modifier and Type Field Description protected ResourceLocatorMethodParameter. locatorprotected ResourceLocator[]DefaultResourceClass. resourceLocatorsMethods in org.jboss.resteasy.spi.metadata that return ResourceLocator Modifier and Type Method Description ResourceLocator[]DefaultResourceClass. getResourceLocators()ResourceLocator[]ResourceClass. getResourceLocators()Constructors in org.jboss.resteasy.spi.metadata with parameters of type ResourceLocator Constructor Description 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 ResourceLocator Constructor Description ResteasyWadlServiceRegistry(ResteasyWadlServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocator locator)
-