Uses of Class
org.glassfish.jersey.server.model.HandlerConstructor
-
Packages that use HandlerConstructor Package Description org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. -
-
Uses of HandlerConstructor in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model with type parameters of type HandlerConstructor Modifier and Type Field Description private java.util.List<HandlerConstructor>
MethodHandler.ClassBasedMethodHandler. handlerConstructors
Methods in org.glassfish.jersey.server.model that return types with arguments of type HandlerConstructor Modifier and Type Method Description java.util.List<HandlerConstructor>
MethodHandler.ClassBasedMethodHandler. getConstructors()
java.util.List<HandlerConstructor>
MethodHandler. getConstructors()
Get the resource method handler constructors.Methods in org.glassfish.jersey.server.model with parameters of type HandlerConstructor Modifier and Type Method Description void
AbstractResourceModelVisitor. visitResourceHandlerConstructor(HandlerConstructor constructor)
void
InvocableValidator. visitResourceHandlerConstructor(HandlerConstructor constructor)
void
ResourceModelVisitor. visitResourceHandlerConstructor(HandlerConstructor constructor)
Process a resource method handler constructor.
-