Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
-
Packages that use ContainerTypeSchema Package Description com.fasterxml.jackson.module.jsonSchema com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of ContainerTypeSchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return ContainerTypeSchema Modifier and Type Method Description ContainerTypeSchema
JsonSchema. asContainerSchema()
Deprecated.Since 2.7ContainerTypeSchema
JsonSchema. asContainerTypeSchema()
Attempt to return this JsonSchema as aContainerTypeSchema
-
Uses of ContainerTypeSchema in com.fasterxml.jackson.module.jsonSchema.types
Subclasses of ContainerTypeSchema in com.fasterxml.jackson.module.jsonSchema.types Modifier and Type Class Description class
ArraySchema
class
ObjectSchema
This type represents aJsonSchema
as an object typeMethods in com.fasterxml.jackson.module.jsonSchema.types that return ContainerTypeSchema Modifier and Type Method Description ContainerTypeSchema
ContainerTypeSchema. asContainerSchema()
Deprecated.Since 2.7ContainerTypeSchema
ContainerTypeSchema. asContainerTypeSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ContainerTypeSchema Modifier and Type Method Description protected boolean
ContainerTypeSchema. _equals(ContainerTypeSchema that)
-