Uses of Interface
org.glassfish.jersey.server.model.Parameterized

Packages that use Parameterized
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. 
 

Uses of Parameterized in org.glassfish.jersey.server.model
 

Subinterfaces of Parameterized in org.glassfish.jersey.server.model
 interface InvocableResourceMethod
          A common interface for resource methods, sub-resource methods and sub-resource locators directly bound to a concrete Java method.
 

Classes in org.glassfish.jersey.server.model that implement Parameterized
 class ResourceConstructor
          Abstraction for a resource class constructor
 class ResourceMethod
          Abstraction for a resource method
 class SubResourceLocator
          Abstraction for a sub-resource locator
 class SubResourceMethod
          Abstraction for a sub-resource method
 

Uses of Parameterized in org.glassfish.jersey.server.spi.internal
 

Methods in org.glassfish.jersey.server.spi.internal with parameters of type Parameterized
static List<org.glassfish.hk2.Factory<?>> MethodParameterHelper.createValueProviders(org.glassfish.hk2.Services services, Parameterized resourceMethod)
           
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.