Package com.querydsl.sql.codegen.support
Class SizeImpl
java.lang.Object
com.querydsl.sql.codegen.support.SizeImpl
- All Implemented Interfaces:
Annotation
SizeImpl
is an implementation of the Size
interface- Author:
- tiwe
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.validation.constraints.Size
javax.validation.constraints.Size.List
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SizeImpl
public SizeImpl(int min, int max)
-
-
Method Details
-
groups
-
message
-
payload
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
max
public int max() -
min
public int min()
-