Package | Description |
---|---|
javax.validation | |
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
org.hibernate.validator.internal.util.logging |
Logging classes.
|
Modifier and Type | Class and Description |
---|---|
class |
UnexpectedTypeException
Exception raised in the case that the constraint validator resolution
cannot determine a suitable validator for a given type.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodMetaData.assertCorrectnessOfMethodParameterConstraints()
Checks the parameter constraints of this method for correctness.
|
Modifier and Type | Method and Description |
---|---|
ConstraintDeclarationException |
Log_$logger.getErrorDuringScriptExecutionException(String script,
Exception e) |
ConstraintDeclarationException |
Log.getErrorDuringScriptExecutionException(String script,
Exception e) |
ConstraintDeclarationException |
Log_$logger.getScriptMustReturnTrueOrFalseException(String script) |
ConstraintDeclarationException |
Log.getScriptMustReturnTrueOrFalseException(String script) |
ConstraintDeclarationException |
Log_$logger.getScriptMustReturnTrueOrFalseException(String script,
Object executionResult,
String type) |
ConstraintDeclarationException |
Log.getScriptMustReturnTrueOrFalseException(String script,
Object executionResult,
String type) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.