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 ResourceLocatorMethodInjectorImpl.methodprotected ResourceLocatorResourceLocatorInvoker.methodMethods in org.jboss.resteasy.core with parameters of type ResourceLocatorModifier and TypeMethodDescriptionInjectorFactoryImpl.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 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_LOCATORSprotected ResourceLocatorMethodParameter.locator(package private) ResourceLocatorResourceBuilder.ResourceLocatorBuilder.locatorprotected ResourceLocator[]ResourceClass.resourceLocatorsFields in org.jboss.resteasy.spi.metadata with type parameters of type ResourceLocatorModifier and TypeFieldDescription(package private) List<ResourceLocator> ResourceBuilder.ResourceClassBuilder.resourceLocatorsMethods in org.jboss.resteasy.spi.metadata that return ResourceLocatorConstructors in org.jboss.resteasy.spi.metadata with parameters of type ResourceLocatorModifierConstructorDescriptionprotectedMethodParameter(ResourceLocator locator, Class<?> type, Type genericType, Annotation[] annotations)