Skip to content

Standard tools

Standard readers

  • Reader for the Byte type
  • Reader for the Short type
  • Reader for the Int type
  • Reader for the Long type
  • Reader for the Boolean type
  • Reader for the String type
  • Reader for the BigDecimal type

Standard writers

  • Writer for the Byte type
  • Writer for the Short type
  • Writer for the Int type
  • Writer for the Long type
  • Writer for the Boolean type
  • Writer for the String type
  • Writer for the BigDecimal type

Standard validators

The string validators

  • isNotEmpty
  • isNotBlank
  • pattern
  • minLength
  • maxLength
  • isA

The comparison validators

  • min
  • max
  • eq
  • ne
  • gt
  • ge
  • lt
  • le

The array validators

  • isNotEmpty
  • minItems
  • maxItems

The struct validators

  • additionalProperties
  • isNotEmpty
  • minProperties
  • maxProperties