Uses of Class
org.glassfish.jersey.server.model.HandlerConstructor
Package
Description
Jersey server-side application & resource modeling classes.
-
Uses of HandlerConstructor in org.glassfish.jersey.server.model
Modifier and TypeMethodDescriptionMethodHandler.getConstructors()
Get the resource method handler constructors.Modifier and TypeMethodDescriptionvoid
AbstractResourceModelVisitor.visitResourceHandlerConstructor
(HandlerConstructor constructor) void
ResourceModelVisitor.visitResourceHandlerConstructor
(HandlerConstructor constructor) Process a resource method handler constructor.