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 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.jsapi
Methods in org.jboss.resteasy.jsapi that return ResourceLocatorModifier and TypeMethodDescriptionstatic ResourceLocatorMethodMetaData.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 ResourceLocatorMethodParameter.locatorprotected ResourceLocator[]DefaultResourceClass.resourceLocatorsMethods 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 ResourceLocatorModifierConstructorDescriptionprotectedMethodParameter(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)