-
public final class NamedConstraints extends Constraints
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNamedConstraints.Companion
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NamedConstraints(JSONSchema schema, String name)
-
Method Summary
-
-
Constructor Detail
-
NamedConstraints
NamedConstraints(JSONSchema schema, String name)
-
-
Method Detail
-
getBaseProperty
final Boolean getBaseProperty()
-
setBaseProperty
final Unit setBaseProperty(Boolean baseProperty)
-
getPropertyName
final String getPropertyName()
-
getDisplayName
String getDisplayName()
-
getKotlinName
final String getKotlinName()
-
getJavaName
final String getJavaName()
-
getCapitalisedName
final String getCapitalisedName()
-
getOpenBrace
final Character getOpenBrace()
-
getCloseBrace
final Character getCloseBrace()
-
getOpenAngleBracket
final Character getOpenAngleBracket()
-
getCloseAngleBracket
final Character getCloseAngleBracket()
-
getObjectValidationsPresent
final Boolean getObjectValidationsPresent()
-
setObjectValidationsPresent
final Unit setObjectValidationsPresent(Boolean objectValidationsPresent)
-
getLocalTypeName
final String getLocalTypeName()
-
setLocalTypeName
final Unit setLocalTypeName(String localTypeName)
-
getIsLocalType
final Boolean getIsLocalType()
-
getIsEnumClass
final Boolean getIsEnumClass()
-
setIsEnumClass
final Unit setIsEnumClass(Boolean isEnumClass)
-
getSystemClass
final SystemClass getSystemClass()
-
setSystemClass
final Unit setSystemClass(SystemClass systemClass)
-
getNullable
final Boolean getNullable()
-
setNullable
final Unit setNullable(Boolean nullable)
-
getIsRequired
final Boolean getIsRequired()
-
setIsRequired
final Unit setIsRequired(Boolean isRequired)
-
getDefaultValue
final Constraints.DefaultValue getDefaultValue()
-
setDefaultValue
final Unit setDefaultValue(Constraints.DefaultValue defaultValue)
-
getProperties
final List<NamedConstraints> getProperties()
-
getNumberOfProperties
final Integer getNumberOfProperties()
-
getBaseProperties
final List<NamedConstraints> getBaseProperties()
-
getNonBaseProperties
final List<NamedConstraints> getNonBaseProperties()
-
getRequired
final List<String> getRequired()
-
getArrayItems
final Constraints getArrayItems()
-
setArrayItems
final Unit setArrayItems(Constraints arrayItems)
-
getMinItems
final Integer getMinItems()
-
setMinItems
final Unit setMinItems(Integer minItems)
-
getMaxItems
final Integer getMaxItems()
-
setMaxItems
final Unit setMaxItems(Integer maxItems)
-
getUniqueItems
final Boolean getUniqueItems()
-
setUniqueItems
final Unit setUniqueItems(Boolean uniqueItems)
-
getOneOfSchemata
final List<Constraints> getOneOfSchemata()
-
setOneOfSchemata
final Unit setOneOfSchemata(List<Constraints> oneOfSchemata)
-
getMinimum
final Number getMinimum()
-
setMinimum
final Unit setMinimum(Number minimum)
-
getExclusiveMinimum
final Number getExclusiveMinimum()
-
setExclusiveMinimum
final Unit setExclusiveMinimum(Number exclusiveMinimum)
-
getMaximum
final Number getMaximum()
-
setMaximum
final Unit setMaximum(Number maximum)
-
getExclusiveMaximum
final Number getExclusiveMaximum()
-
setExclusiveMaximum
final Unit setExclusiveMaximum(Number exclusiveMaximum)
-
getMultipleOf
final List<Number> getMultipleOf()
-
getMaxLength
final Integer getMaxLength()
-
setMaxLength
final Unit setMaxLength(Integer maxLength)
-
getMinLength
final Integer getMinLength()
-
setMinLength
final Unit setMinLength(Integer minLength)
-
getFormat
final FormatValidator.FormatChecker getFormat()
-
getEnumValues
final JSONSequence<?> getEnumValues()
-
setEnumValues
final Unit setEnumValues(JSONSequence<?> enumValues)
-
getConstValue
final JSONValue getConstValue()
-
setConstValue
final Unit setConstValue(JSONValue constValue)
-
getIsSystemClass
final Boolean getIsSystemClass()
-
getSafeDescription
final String getSafeDescription()
-
getIsIdentifiableType
final Boolean getIsIdentifiableType()
-
getIsObject
final Boolean getIsObject()
-
getIsArray
final Boolean getIsArray()
-
getIsString
final Boolean getIsString()
-
getIsBoolean
final Boolean getIsBoolean()
-
getIsDecimal
final Boolean getIsDecimal()
-
getIsIntOrLong
final Boolean getIsIntOrLong()
-
getIsPrimitive
final Boolean getIsPrimitive()
-
getMinimumLong
final Long getMinimumLong()
-
getMaximumLong
final Long getMaximumLong()
-
getValidations
final List<Validation> getValidations()
-
getSchema
final JSONSchema getSchema()
-
-
-
-