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