| Package | Description |
|---|---|
| org.mongodb.morphia.mapping.validation |
| Modifier and Type | Method and Description |
|---|---|
ConstraintViolation.Level |
ConstraintViolation.getLevel() |
static ConstraintViolation.Level |
ConstraintViolation.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintViolation.Level[] |
ConstraintViolation.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConstraintViolation(ConstraintViolation.Level level,
MappedClass clazz,
Class<? extends ClassConstraint> validator,
String message) |
ConstraintViolation(ConstraintViolation.Level level,
MappedClass clazz,
MappedField field,
Class<? extends ClassConstraint> validator,
String message) |
Copyright © 2021. All rights reserved.