-
public final class Constraints.DefaultValue
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectdefaultValueprivate final JSONSchema.Typetype
-
Constructor Summary
Constructors Constructor Description Constraints.DefaultValue(Object defaultValue, JSONSchema.Type type)
-
Method Summary
Modifier and Type Method Description final ObjectgetDefaultValue()final JSONSchema.TypegetType()-
-
Constructor Detail
-
Constraints.DefaultValue
Constraints.DefaultValue(Object defaultValue, JSONSchema.Type type)
-
-
Method Detail
-
getDefaultValue
final Object getDefaultValue()
-
getType
final JSONSchema.Type getType()
-
-
-
-