Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
-
Packages that use ArraySchema Package Description com.fasterxml.jackson.module.jsonSchema com.fasterxml.jackson.module.jsonSchema.factories com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of ArraySchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return ArraySchema Modifier and Type Method Description ArraySchema
JsonSchema. asArraySchema()
Attempt to return this JsonSchema as anArraySchema
-
Uses of ArraySchema in com.fasterxml.jackson.module.jsonSchema.factories
Fields in com.fasterxml.jackson.module.jsonSchema.factories declared as ArraySchema Modifier and Type Field Description protected ArraySchema
ArrayVisitor. schema
Methods in com.fasterxml.jackson.module.jsonSchema.factories that return ArraySchema Modifier and Type Method Description ArraySchema
JsonSchemaFactory. arraySchema()
Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type ArraySchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor
FormatVisitorFactory. arrayFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ArraySchema arraySchema)
protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor
FormatVisitorFactory. arrayFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ArraySchema arraySchema, VisitorContext rvc)
Constructors in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type ArraySchema Constructor Description ArrayVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ArraySchema schema)
ArrayVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ArraySchema schema, WrapperFactory wrapperFactory)
-
Uses of ArraySchema in com.fasterxml.jackson.module.jsonSchema.types
Methods in com.fasterxml.jackson.module.jsonSchema.types that return ArraySchema Modifier and Type Method Description ArraySchema
ArraySchema. asArraySchema()
Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ArraySchema Modifier and Type Method Description protected boolean
ArraySchema. _equals(ArraySchema that)
-