Class SizeImpl

java.lang.Object
com.querydsl.sql.codegen.support.SizeImpl
All Implemented Interfaces:
Annotation

public class SizeImpl extends Object implements javax.validation.constraints.Size
SizeImpl is an implementation of the Size interface
Author:
tiwe
  • Constructor Details

    • SizeImpl

      public SizeImpl(int min, int max)
  • Method Details

    • groups

      public Class<?>[] groups()
    • message

      public String message()
    • payload

      public Class<? extends javax.validation.Payload>[] payload()
    • annotationType

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation
    • max

      public int max()
    • min

      public int min()