Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
Packages that use ArraySchema
Package
Description
-
Uses of ArraySchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return ArraySchemaModifier and TypeMethodDescriptionJsonSchema.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 ArraySchemaMethods in com.fasterxml.jackson.module.jsonSchema.factories that return ArraySchemaMethods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type ArraySchemaModifier and TypeMethodDescriptioncom.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 ArraySchemaModifierConstructorDescriptionArrayVisitor(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 ArraySchemaMethods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ArraySchema