Uses of Class
com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
-
Packages that use SimpleTypeSchema Package Description com.fasterxml.jackson.module.jsonSchema.jakarta com.fasterxml.jackson.module.jsonSchema.jakarta.types -
-
Uses of SimpleTypeSchema in com.fasterxml.jackson.module.jsonSchema.jakarta
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta that return SimpleTypeSchema Modifier and Type Method Description SimpleTypeSchemaJsonSchema. asSimpleTypeSchema()Attempt to return this JsonSchema as aSimpleTypeSchema -
Uses of SimpleTypeSchema in com.fasterxml.jackson.module.jsonSchema.jakarta.types
Subclasses of SimpleTypeSchema in com.fasterxml.jackson.module.jsonSchema.jakarta.types Modifier and Type Class Description classAnySchemaThis class represents aJsonSchemaof type anyclassArraySchemaclassBooleanSchemaThis class represents aJsonSchemaof type booleanclassContainerTypeSchemaThis class encapsulates the functionality of container typeJsonSchemaArray and ObjectclassIntegerSchemaThis class represents aJsonSchemaas an integer typeclassNullSchemaThis class represents aJsonSchemaas a null typeclassNumberSchemaThis class represents aJsonSchemaas a number typeclassObjectSchemaThis type represents aJsonSchemaas an object typeclassReferenceSchemaThis type represents an JSON reference to aJsonSchema.classStringSchemaThis represents aJsonSchemaas a StringclassValueTypeSchemaThis class represents aJsonSchemaA primitive type.Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types that return SimpleTypeSchema Modifier and Type Method Description SimpleTypeSchemaSimpleTypeSchema. asSimpleTypeSchema()Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types with parameters of type SimpleTypeSchema Modifier and Type Method Description protected booleanSimpleTypeSchema. _equals(SimpleTypeSchema that)
-