Uses of Interface
org.jboss.resteasy.spi.metadata.ResourceLocator
-
Packages that use ResourceLocator Package Description org.jboss.resteasy.spi org.jboss.resteasy.spi.metadata -
-
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)
-