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 ArraySchemaJsonSchema. 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 ArraySchemaArrayVisitor. schemaMethods in com.fasterxml.jackson.module.jsonSchema.factories that return ArraySchema Modifier and Type Method Description ArraySchemaJsonSchemaFactory. arraySchema()Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type ArraySchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitorFormatVisitorFactory. arrayFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ArraySchema arraySchema)protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitorFormatVisitorFactory. 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 ArraySchemaArraySchema. asArraySchema()Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ArraySchema Modifier and Type Method Description protected booleanArraySchema. _equals(ArraySchema that)
-