Package 

Class Constraints.DefaultPropertyValue

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Object defaultValue
      private final JSONSchema.Type type
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Object getDefaultValue()
      final JSONSchema.Type getType()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Constraints.DefaultPropertyValue

        Constraints.DefaultPropertyValue(Object defaultValue, JSONSchema.Type type)