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.
|
Modifier and Type | Method and Description |
---|---|
static Invocable |
Invocable.create(Class<? extends Inflector> inflectorClass)
Create a new resource method invocable model backed by an inflector class.
|
static <T> Invocable |
Invocable.create(Inflector<javax.ws.rs.core.Request,T> inflector)
Create a new resource method invocable model backed by an inflector instance.
|
static Invocable |
Invocable.create(MethodHandler handler,
Method handlingMethod)
Create a new resource method invocable model.
|
static Invocable |
Invocable.create(MethodHandler handler,
Method definitionMethod,
boolean encodedParameters)
Create a new resource method invocable model.
|
static Invocable |
Invocable.create(MethodHandler handler,
Method definitionMethod,
Method handlingMethod,
boolean encodedParameters)
Create a new resource method invocable model.
|
static Invocable |
Invocable.create(MethodHandler handler,
Method definitionMethod,
Method handlingMethod,
boolean encodedParameters,
Type routingResponseType)
Create a new resource method invocable model.
|
Invocable |
ResourceMethod.getInvocable()
Get the invocable method model.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractResourceModelVisitor.visitInvocable(Invocable invocable) |
void |
ResourceModelVisitor.visitInvocable(Invocable invocable)
Visit a single resource method invocable model.
|
Modifier and Type | Method and Description |
---|---|
InvocationHandler |
ResourceMethodInvocationHandlerFactory.create(Invocable resourceMethod) |
ResourceMethodDispatcher |
ResourceMethodDispatcherFactory.create(Invocable resourceMethod,
InvocationHandler handler,
org.glassfish.jersey.server.internal.inject.ConfiguredValidator validator) |
Modifier and Type | Method and Description |
---|---|
Invocable |
ValidationInterceptorContext.getInvocable()
Provide invocable for which validation will been done.
|
Modifier and Type | Method and Description |
---|---|
InvocationHandler |
ResourceMethodInvocationHandlerProvider.create(Invocable method)
Get the invocation handler for the invocable resource method.
|
ResourceMethodDispatcher |
ResourceMethodDispatcher.Provider.create(Invocable method,
InvocationHandler handler,
org.glassfish.jersey.server.internal.inject.ConfiguredValidator validator)
Create a
resource method dispatcher for
a given invocable resource method . |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.