Modifier and Type | Fields and Description |
---|---|
static String |
KEY |
static String |
MESSAGE |
Modifier and Type | Required Element and Description |
---|---|
Class<? extends Enum<?>> |
enumClass
The enum class.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
caseSensitive
The flag to determine if validation is case-sensitive.
|
String |
fieldKey
The key for formatting the field
|
String |
key
The key for the violation message
|
String |
message
Default message if the key isn't found
|
public static final String KEY
public static final String MESSAGE
public abstract String key
public abstract String message
public abstract String fieldKey
Copyright © 2019 ninjaframework. All rights reserved.