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 ContainerTypeSchemaJsonSchema. asContainerSchema()Deprecated.Since 2.7ContainerTypeSchemaJsonSchema. 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 classArraySchemaclassObjectSchemaThis type represents aJsonSchemaas an object typeMethods in com.fasterxml.jackson.module.jsonSchema.types that return ContainerTypeSchema Modifier and Type Method Description ContainerTypeSchemaContainerTypeSchema. asContainerSchema()Deprecated.Since 2.7ContainerTypeSchemaContainerTypeSchema. asContainerTypeSchema()Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ContainerTypeSchema Modifier and Type Method Description protected booleanContainerTypeSchema. _equals(ContainerTypeSchema that)
-