public class ParameterProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
| Constructor and Description |
|---|
ParameterProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static Parameter |
applyAnnotations(Parameter parameter,
Type type,
List<Annotation> annotations,
Components components,
String[] classTypes,
String[] methodTypes,
com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation) |
static Type |
getParameterType(Parameter paramAnnotation) |
static Type |
getParameterType(Parameter paramAnnotation,
boolean nullIfNotFound) |
static Annotation |
getParamSchemaAnnotation(List<Annotation> annotations) |
static void |
setParameterExplode(Parameter parameter,
Parameter p) |
static void |
setParameterStyle(Parameter parameter,
Parameter p) |
public static final String MEDIA_TYPE
public static Parameter applyAnnotations(Parameter parameter, Type type, List<Annotation> annotations, Components components, String[] classTypes, String[] methodTypes, com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation)
public static Annotation getParamSchemaAnnotation(List<Annotation> annotations)
Copyright © 2022. All rights reserved.