Uses of Class
org.glassfish.jersey.server.model.HandlerConstructor

Packages that use HandlerConstructor
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
 

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

Methods in org.glassfish.jersey.server.model that return types with arguments of type HandlerConstructor
 List<HandlerConstructor> MethodHandler.getConstructors()
          Get the resource method handler constructors.
 

Methods in org.glassfish.jersey.server.model with parameters of type HandlerConstructor
 void ResourceModelVisitor.visitResourceHandlerConstructor(HandlerConstructor constructor)
          Process a resource method handler constructor.
 void AbstractResourceModelVisitor.visitResourceHandlerConstructor(HandlerConstructor constructor)
           
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.