Uses of Class
io.swagger.v3.core.converter.AnnotatedType
-
Packages that use AnnotatedType Package Description io.swagger.v3.core.converter io.swagger.v3.core.jackson io.swagger.v3.core.util -
-
Uses of AnnotatedType in io.swagger.v3.core.converter
Methods in io.swagger.v3.core.converter that return AnnotatedType Modifier and Type Method Description AnnotatedTypeAnnotatedType. components(Components components)AnnotatedTypeAnnotatedType. ctxAnnotations(Annotation[] ctxAnnotations)AnnotatedTypeAnnotatedType. includePropertiesWithoutJSONView(boolean includePropertiesWithoutJSONView)AnnotatedTypeAnnotatedType. jsonUnwrappedHandler(Function<AnnotatedType,Schema> jsonUnwrappedHandler)AnnotatedTypeAnnotatedType. jsonViewAnnotation(com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation)AnnotatedTypeAnnotatedType. name(String name)AnnotatedTypeAnnotatedType. parent(Schema parent)AnnotatedTypeAnnotatedType. propertyName(String propertyName)AnnotatedTypeAnnotatedType. resolveAsRef(boolean resolveAsRef)AnnotatedTypeAnnotatedType. schemaProperty(boolean schemaProperty)AnnotatedTypeAnnotatedType. skipJsonIdentity(boolean skipJsonIdentity)AnnotatedTypeAnnotatedType. skipOverride(boolean skipOverride)AnnotatedTypeAnnotatedType. skipSchemaName(boolean skipSchemaName)AnnotatedTypeAnnotatedType. type(Type type)Methods in io.swagger.v3.core.converter that return types with arguments of type AnnotatedType Modifier and Type Method Description Function<AnnotatedType,Schema>AnnotatedType. getJsonUnwrappedHandler()Methods in io.swagger.v3.core.converter with parameters of type AnnotatedType Modifier and Type Method Description voidModelConverterContext. defineModel(String name, Schema model, AnnotatedType type, String prevName)needs to be called whenever a Schema is defined which can be referenced from another Model or PropertyvoidModelConverterContextImpl. defineModel(String name, Schema model, AnnotatedType type, String prevName)Map<String,Schema>ModelConverters. read(AnnotatedType type)Map<String,Schema>ModelConverters. readAll(AnnotatedType type)ResolvedSchemaModelConverters. readAllAsResolvedSchema(AnnotatedType type)SchemaModelConverter. resolve(AnnotatedType type, ModelConverterContext context, Iterator<ModelConverter> chain)SchemaModelConverterContext. resolve(AnnotatedType type)SchemaModelConverterContextImpl. resolve(AnnotatedType type)ResolvedSchemaModelConverters. resolveAsResolvedSchema(AnnotatedType type)Method parameters in io.swagger.v3.core.converter with type arguments of type AnnotatedType Modifier and Type Method Description AnnotatedTypeAnnotatedType. jsonUnwrappedHandler(Function<AnnotatedType,Schema> jsonUnwrappedHandler)voidAnnotatedType. setJsonUnwrappedHandler(Function<AnnotatedType,Schema> jsonUnwrappedHandler) -
Uses of AnnotatedType in io.swagger.v3.core.jackson
Methods in io.swagger.v3.core.jackson with parameters of type AnnotatedType Modifier and Type Method Description protected StringModelResolver. decorateModelName(AnnotatedType type, String originalName)Decorate the name based on the JsonViewprotected booleanModelResolver. hiddenByJsonView(Annotation[] annotations, AnnotatedType type)SchemaAbstractModelConverter. resolve(AnnotatedType type, ModelConverterContext context, Iterator<ModelConverter> chain)SchemaModelResolver. resolve(AnnotatedType annotatedType, ModelConverterContext context, Iterator<ModelConverter> next)protected voidModelResolver. resolveContains(AnnotatedType annotatedType, ArraySchema arraySchema, ArraySchema arraySchemaAnnotation)protected Map<String,Schema>ModelResolver. resolveDependentSchemas(com.fasterxml.jackson.databind.introspect.Annotated a, Annotation[] annotations, Schema schemaAnnotation, AnnotatedType annotatedType, ModelConverterContext context, Iterator<ModelConverter> next)protected Map<String,Object>ModelResolver. resolveExtensions(AnnotatedType a, ArraySchema arraySchema)protected IntegerModelResolver. resolveMaxContains(AnnotatedType a, ArraySchema arraySchema)protected IntegerModelResolver. resolveMaxItems(AnnotatedType a, ArraySchema arraySchema)protected IntegerModelResolver. resolveMinContains(AnnotatedType a, ArraySchema arraySchema)protected IntegerModelResolver. resolveMinItems(AnnotatedType a, ArraySchema arraySchema)protected Map<String,Schema>ModelResolver. resolvePatternProperties(com.fasterxml.jackson.databind.introspect.Annotated a, Annotation[] annotations, Schema schemaAnnotation, AnnotatedType annotatedType, ModelConverterContext context, Iterator<ModelConverter> next)protected Map<String,Schema>ModelResolver. resolveProperties(com.fasterxml.jackson.databind.introspect.Annotated a, Annotation[] annotations, Schema schemaAnnotation, AnnotatedType annotatedType, ModelConverterContext context, Iterator<ModelConverter> next)protected voidModelResolver. resolveSchemaMembers(Schema schema, AnnotatedType annotatedType)protected voidModelResolver. resolveSchemaMembers(Schema schema, AnnotatedType annotatedType, ModelConverterContext context, Iterator<ModelConverter> next)protected voidModelResolver. resolveUnevaluatedItems(AnnotatedType annotatedType, ArraySchema arraySchema, ArraySchema arraySchemaAnnotation)protected BooleanModelResolver. resolveUniqueItems(AnnotatedType a, ArraySchema arraySchema) -
Uses of AnnotatedType in io.swagger.v3.core.util
Methods in io.swagger.v3.core.util that return AnnotatedType Modifier and Type Method Description static AnnotatedTypeReferenceTypeUtils. unwrapReference(AnnotatedType type)check if type is a reference type, returns the unwrapped type in case, otherwise nullMethods in io.swagger.v3.core.util with parameters of type AnnotatedType Modifier and Type Method Description static AnnotatedTypeReferenceTypeUtils. unwrapReference(AnnotatedType type)check if type is a reference type, returns the unwrapped type in case, otherwise null
-