|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
public static class ModelProcessorUtil.Method
Method bean containing basic information about enhancing resource method.
| Constructor Summary | |
|---|---|
ModelProcessorUtil.Method(java.lang.String httpMethod,
java.util.List<MediaType> consumes,
java.util.List<MediaType> produces,
java.lang.Class<? extends Inflector<ContainerRequestContext,Response>> inflector)
Create new method instance. |
|
ModelProcessorUtil.Method(java.lang.String httpMethod,
java.util.List<MediaType> consumes,
java.util.List<MediaType> produces,
Inflector<ContainerRequestContext,Response> inflector)
Create new method instance. |
|
ModelProcessorUtil.Method(java.lang.String httpMethod,
MediaType consumes,
MediaType produces,
java.lang.Class<? extends Inflector<ContainerRequestContext,Response>> inflector)
Create new method instance. |
|
ModelProcessorUtil.Method(java.lang.String httpMethod,
MediaType consumes,
MediaType produces,
Inflector<ContainerRequestContext,Response> inflector)
Create new method instance. |
|
ModelProcessorUtil.Method(java.lang.String path,
java.lang.String httpMethod,
java.util.List<MediaType> consumes,
java.util.List<MediaType> produces,
java.lang.Class<? extends Inflector<ContainerRequestContext,Response>> inflectorClass)
Create new method instance. |
|
ModelProcessorUtil.Method(java.lang.String path,
java.lang.String httpMethod,
java.util.List<MediaType> consumes,
java.util.List<MediaType> produces,
Inflector<ContainerRequestContext,Response> inflector)
Create new method instance. |
|
ModelProcessorUtil.Method(java.lang.String path,
java.lang.String httpMethod,
MediaType consumes,
MediaType produces,
java.lang.Class<? extends Inflector<ContainerRequestContext,Response>> inflector)
Create new method instance. |
|
ModelProcessorUtil.Method(java.lang.String path,
java.lang.String httpMethod,
MediaType consumes,
MediaType produces,
Inflector<ContainerRequestContext,Response> inflector)
Create new method instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelProcessorUtil.Method(java.lang.String path,
java.lang.String httpMethod,
MediaType consumes,
MediaType produces,
java.lang.Class<? extends Inflector<ContainerRequestContext,Response>> inflector)
path - relative path of the method.httpMethod - HTTP method (eg. GET, POST, OPTIONS).consumes - Consumed media type.produces - Produces media type.inflector - Inflector handling the resource method.
public ModelProcessorUtil.Method(java.lang.String path,
java.lang.String httpMethod,
java.util.List<MediaType> consumes,
java.util.List<MediaType> produces,
java.lang.Class<? extends Inflector<ContainerRequestContext,Response>> inflectorClass)
path - relative path of the method.httpMethod - HTTP method (eg. GET, POST, OPTIONS).consumes - Consumed media types.produces - Produces media types.inflectorClass - Inflector handling the resource method.
public ModelProcessorUtil.Method(java.lang.String httpMethod,
MediaType consumes,
MediaType produces,
java.lang.Class<? extends Inflector<ContainerRequestContext,Response>> inflector)
httpMethod - HTTP method (eg. GET, POST, OPTIONS).consumes - Consumed media type.produces - Produces media type.inflector - Inflector handling the resource method.
public ModelProcessorUtil.Method(java.lang.String httpMethod,
java.util.List<MediaType> consumes,
java.util.List<MediaType> produces,
java.lang.Class<? extends Inflector<ContainerRequestContext,Response>> inflector)
httpMethod - HTTP method (eg. GET, POST, OPTIONS).consumes - Consumed media types.produces - Produces media types.inflector - Inflector handling the resource method.
public ModelProcessorUtil.Method(java.lang.String path,
java.lang.String httpMethod,
java.util.List<MediaType> consumes,
java.util.List<MediaType> produces,
Inflector<ContainerRequestContext,Response> inflector)
path - relative path of the method.httpMethod - HTTP method (eg. GET, POST, OPTIONS).consumes - Consumed media types.produces - Produces media types.inflector - Inflector handling the resource method.
public ModelProcessorUtil.Method(java.lang.String path,
java.lang.String httpMethod,
MediaType consumes,
MediaType produces,
Inflector<ContainerRequestContext,Response> inflector)
path - relative path of the method.httpMethod - HTTP method (eg. GET, POST, OPTIONS).consumes - Consumed media type.produces - Produces media type.inflector - Inflector handling the resource method.
public ModelProcessorUtil.Method(java.lang.String httpMethod,
MediaType consumes,
MediaType produces,
Inflector<ContainerRequestContext,Response> inflector)
httpMethod - HTTP method (eg. GET, POST, OPTIONS).consumes - Consumed media type.produces - Produces media type.inflector - Inflector handling the resource method.
public ModelProcessorUtil.Method(java.lang.String httpMethod,
java.util.List<MediaType> consumes,
java.util.List<MediaType> produces,
Inflector<ContainerRequestContext,Response> inflector)
httpMethod - HTTP method (eg. GET, POST, OPTIONS).consumes - Consumed media types.produces - Produces media types.inflector - Inflector handling the resource method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||