Modifier and Type | Optional Element and Description |
---|---|
String |
fieldKey
The key for formatting the field
|
int |
max
The maximum length of the field
|
String |
maxKey
The key max violation message
|
String |
maxMessage
Default message if max violation message isn't found
|
int |
min
The maximum length of the field
|
String |
minKey
The key min violation message
|
String |
minMessage
Default message if min violation message isn't found
|
public abstract String maxKey
public abstract String maxMessage
public abstract String minKey
public abstract String minMessage
public abstract String fieldKey
Copyright © 2019 ninjaframework. All rights reserved.