@Documented @Constraint(validatedBy={BHiveAllowFileSizeForMultipartFile.class,BHiveAllowFileSizeForListOfMultipartFile.class}) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) public @interface BHiveAllowFileSize
null or empty인 경우 검사안함)| Modifier and Type | Required Element and Description |
|---|---|
long |
value
허용 파일 크기 (bytes)
|
public abstract String displayValue
public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
Copyright © 2018. All rights reserved.