Type Parameters:
S - the type of this validator
All Known Subinterfaces:
BigDecimalValidator, BigIntegerValidator, ByteValidator, DoubleValidator, FloatValidator, IntegerValidator, LongValidator, PrimitiveByteValidator, PrimitiveDoubleValidator, PrimitiveFloatValidator, PrimitiveIntegerValidator, PrimitiveLongValidator, PrimitiveShortValidator, PrimitiveUnsignedIntegerValidator, ShortValidator, UnsignedIntegerValidator

public interface PositiveNumberComponent<S>
Methods that validators for numbers that may be positive must contain.
  • Method Summary

    Modifier and Type
    Method
    Description
    Ensures that the value is not a positive number.
    Ensures that the value is positive.