Uses of Class
org.glassfish.jersey.server.model.HandlerConstructor
Packages that use HandlerConstructor
Package
Description
Jersey server-side application invalid input: '&' resource modeling classes.
-
Uses of HandlerConstructor in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model with type parameters of type HandlerConstructorModifier and TypeFieldDescriptionprivate final List<HandlerConstructor> MethodHandler.ClassBasedMethodHandler.handlerConstructorsMethods in org.glassfish.jersey.server.model that return types with arguments of type HandlerConstructorModifier and TypeMethodDescriptionMethodHandler.ClassBasedMethodHandler.getConstructors()MethodHandler.getConstructors()Get the resource method handler constructors.Methods in org.glassfish.jersey.server.model with parameters of type HandlerConstructorModifier and TypeMethodDescriptionvoidAbstractResourceModelVisitor.visitResourceHandlerConstructor(HandlerConstructor constructor) voidInvocableValidator.visitResourceHandlerConstructor(HandlerConstructor constructor) voidResourceModelVisitor.visitResourceHandlerConstructor(HandlerConstructor constructor) Process a resource method handler constructor.