Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
-
Packages that use UnionTypeSchema Package Description com.fasterxml.jackson.module.jsonSchema com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of UnionTypeSchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return UnionTypeSchema Modifier and Type Method Description UnionTypeSchemaJsonSchema. asUnionTypeSchema()Attempt to return this JsonSchema as anUnionTypeSchema -
Uses of UnionTypeSchema in com.fasterxml.jackson.module.jsonSchema.types
Methods in com.fasterxml.jackson.module.jsonSchema.types that return UnionTypeSchema Modifier and Type Method Description UnionTypeSchemaUnionTypeSchema. asUnionTypeSchema()Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type UnionTypeSchema Modifier and Type Method Description protected booleanUnionTypeSchema. _equals(UnionTypeSchema that)
-