Uses of Class
com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
-
-
Uses of ObjectSchema in com.fasterxml.jackson.module.jsonSchema.jakarta
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta that return ObjectSchema Modifier and Type Method Description ObjectSchema
JsonSchema. asObjectSchema()
Attempt to return this JsonSchema as anObjectSchema
-
Uses of ObjectSchema in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
Fields in com.fasterxml.jackson.module.jsonSchema.jakarta.factories declared as ObjectSchema Modifier and Type Field Description protected ObjectSchema
MapVisitor. schema
protected ObjectSchema
ObjectVisitor. schema
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.factories that return ObjectSchema Modifier and Type Method Description ObjectSchema
MapVisitor. getSchema()
ObjectSchema
ObjectVisitor. getSchema()
ObjectSchema
JsonSchemaFactory. objectSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.factories with parameters of type ObjectSchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor
FormatVisitorFactory. mapFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema)
protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor
FormatVisitorFactory. mapFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema, VisitorContext rvc)
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor
FormatVisitorFactory. objectFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema)
protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor
FormatVisitorFactory. objectFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema, VisitorContext rvc)
Constructors in com.fasterxml.jackson.module.jsonSchema.jakarta.factories with parameters of type ObjectSchema Constructor Description MapVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema schema)
MapVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema schema, WrapperFactory wrapperFactory)
ObjectVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema schema)
Deprecated.Since 2.4; call constructor that takesWrapperFactory
ObjectVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema schema, WrapperFactory wrapperFactory)
-
Uses of ObjectSchema in com.fasterxml.jackson.module.jsonSchema.jakarta.types
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types that return ObjectSchema Modifier and Type Method Description ObjectSchema
ObjectSchema. asObjectSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types with parameters of type ObjectSchema Modifier and Type Method Description protected boolean
ObjectSchema. _equals(ObjectSchema that)
-