public class SpringDocAnnotationsUtils
extends io.swagger.v3.core.util.AnnotationsUtils
Modifier and Type | Method and Description |
---|---|
static io.swagger.v3.oas.models.media.Schema |
extractSchema(io.swagger.v3.oas.models.Components components,
Type returnType) |
static Optional<io.swagger.v3.oas.models.media.Content> |
getContent(io.swagger.v3.oas.annotations.media.Content[] annotationContents,
String[] classTypes,
String[] methodTypes,
io.swagger.v3.oas.models.media.Schema schema,
io.swagger.v3.oas.models.Components components,
com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation) |
static io.swagger.v3.oas.models.media.Schema |
resolveSchemaFromType(Class<?> schemaImplementation,
io.swagger.v3.oas.models.Components components,
com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation) |
addEncodingToMediaType, applyTypes, equals, equals, equals, getAnnotation, getArraySchema, getArraySchema, getArraySchemaAnnotation, getContact, getExample, getExample, getExtensions, getExternalDocumentation, getHeader, getHeaders, getInfo, getLicense, getLink, getLinkParameters, getLinks, getSchema, getSchema, getSchemaAnnotation, getSchemaAnnotation, getSchemaAnnotation, getSchemaDeclaredAnnotation, getSchemaDeclaredAnnotation, getSchemaFromAnnotation, getSchemaFromAnnotation, getSchemaType, getSchemaType, getServer, getServers, getTags, hasArrayAnnotation, hasSchemaAnnotation, mergeArraySchemaAnnotations, mergeArrayWithSchemaAnnotation, mergeSchemaAnnotations, mergeSchemaAnnotations, removeAnnotations, updateAnnotation
public static io.swagger.v3.oas.models.media.Schema resolveSchemaFromType(Class<?> schemaImplementation, io.swagger.v3.oas.models.Components components, com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation)
public static io.swagger.v3.oas.models.media.Schema extractSchema(io.swagger.v3.oas.models.Components components, Type returnType)
public static Optional<io.swagger.v3.oas.models.media.Content> getContent(io.swagger.v3.oas.annotations.media.Content[] annotationContents, String[] classTypes, String[] methodTypes, io.swagger.v3.oas.models.media.Schema schema, io.swagger.v3.oas.models.Components components, com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation)
Copyright © 2019. All rights reserved.