Uses of Interface
org.glassfish.jersey.server.model.ModelProcessor
Packages that use ModelProcessor
Package
Description
Jersey server-side classes.
Jersey server-side WADL
model processor
classes
that extends resource model with resources and resource methods that produce WADL content.-
Uses of ModelProcessor in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return types with arguments of type ModelProcessorMethod parameters in org.glassfish.jersey.server with type arguments of type ModelProcessorModifier and TypeMethodDescriptionvoid
ServerBootstrapBag.setModelProcessors
(Collection<ModelProcessor> modelProcessors) -
Uses of ModelProcessor in org.glassfish.jersey.server.wadl.processor
Classes in org.glassfish.jersey.server.wadl.processor that implement ModelProcessorModifier and TypeClassDescriptionclass
Model processor
enhancingresource model
andsub resources
by default OPTIONS methods defined by JAX-RS specification.class
WADLmodel processor
which enhance resource model by WADL related resources (like "/application.wadl").