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