Uses of Class
org.jboss.resteasy.spi.metadata.ResourceLocator
-
Packages that use ResourceLocator Package Description org.jboss.resteasy.core org.jboss.resteasy.spi org.jboss.resteasy.spi.metadata -
-
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, java.lang.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.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
Subclasses of ResourceLocator in org.jboss.resteasy.spi.metadata Modifier and Type Class Description classResourceMethodFields in org.jboss.resteasy.spi.metadata declared as ResourceLocator Modifier and Type Field Description private static ResourceLocator[]ResourceClass. EMPTY_RESOURCE_LOCATORSprotected ResourceLocatorMethodParameter. locator(package private) ResourceLocatorResourceBuilder.ResourceLocatorBuilder. locatorprotected ResourceLocator[]ResourceClass. resourceLocatorsFields in org.jboss.resteasy.spi.metadata with type parameters of type ResourceLocator Modifier and Type Field Description (package private) java.util.List<ResourceLocator>ResourceBuilder.ResourceClassBuilder. resourceLocatorsMethods in org.jboss.resteasy.spi.metadata that return ResourceLocator Modifier and Type Method Description ResourceLocator[]ResourceClass. getResourceLocators()Constructors in org.jboss.resteasy.spi.metadata with parameters of type ResourceLocator Constructor Description MethodParameter(ResourceLocator locator, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)
-