Uses of Class
org.glassfish.jersey.server.model.Invocable
-
Packages that use Invocable Package Description org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.model.internal Jersey server-side internal model related and routing helper classes.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes.org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. -
-
Uses of Invocable in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return Invocable Modifier and Type Method Description static InvocableInvocable. create(Class<? extends Inflector> inflectorClass)Create a new resource method invocable model backed by an inflector class.static <T> InvocableInvocable. create(Inflector<Request,T> inflector)Create a new resource method invocable model backed by an inflector instance.static InvocableInvocable. create(MethodHandler handler, Method handlingMethod)Create a new resource method invocable model.static InvocableInvocable. create(MethodHandler handler, Method definitionMethod, boolean encodedParameters)Create a new resource method invocable model.static InvocableInvocable. create(MethodHandler handler, Method definitionMethod, Method handlingMethod, boolean encodedParameters)Create a new resource method invocable model.static InvocableInvocable. create(MethodHandler handler, Method definitionMethod, Method handlingMethod, boolean encodedParameters, Type routingResponseType)Create a new resource method invocable model.InvocableResourceMethod. getInvocable()Get the invocable method model.Methods in org.glassfish.jersey.server.model with parameters of type Invocable Modifier and Type Method Description voidAbstractResourceModelVisitor. visitInvocable(Invocable invocable)voidResourceModelVisitor. visitInvocable(Invocable invocable)Visit a single resource method invocable model. -
Uses of Invocable in org.glassfish.jersey.server.model.internal
Methods in org.glassfish.jersey.server.model.internal with parameters of type Invocable Modifier and Type Method Description ResourceMethodDispatcherResourceMethodDispatcherFactory. create(Invocable resourceMethod, InvocationHandler handler, org.glassfish.jersey.server.internal.inject.ConfiguredValidator validator)InvocationHandlerResourceMethodInvocationHandlerFactory. create(Invocable resourceMethod) -
Uses of Invocable in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi that return Invocable Modifier and Type Method Description InvocableValidationInterceptorContext. getInvocable()Provide invocable for which validation will been done. -
Uses of Invocable in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal with parameters of type Invocable Modifier and Type Method Description ResourceMethodDispatcherResourceMethodDispatcher.Provider. create(Invocable method, InvocationHandler handler, org.glassfish.jersey.server.internal.inject.ConfiguredValidator validator)Create aresource method dispatcherfor a giveninvocable resource method.InvocationHandlerResourceMethodInvocationHandlerProvider. create(Invocable method)Get the invocation handler for the invocable resource method.
-