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 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.jakarta.types
Subclasses of ContainerTypeSchema in com.fasterxml.jackson.module.jsonSchema.jakarta.types Modifier and Type Class Description class
ArraySchema
class
ObjectSchema
This type represents aJsonSchema
as an object typeMethods in com.fasterxml.jackson.module.jsonSchema.jakarta.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.jakarta.types with parameters of type ContainerTypeSchema Modifier and Type Method Description protected boolean
ContainerTypeSchema. _equals(ContainerTypeSchema that)
-