public static class ModelProcessorUtil.Method extends Object
public ModelProcessorUtil.Method(String path, String httpMethod, MediaType consumes, MediaType produces, 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(String path, String httpMethod, List<MediaType> consumes, List<MediaType> produces, 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(String httpMethod, MediaType consumes, MediaType produces, 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(String httpMethod, List<MediaType> consumes, List<MediaType> produces, 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(String path, String httpMethod, List<MediaType> consumes, 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(String path, 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(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(String httpMethod, List<MediaType> consumes, 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.Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.