A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractConstraint - Class in org.grails.datastore.gorm.validation.constraints
Abstract class for constraints to extend.
AbstractConstraint(Class<?>, String, Object, MessageSource) - Constructor in AbstractConstraint
AbstractVetoingConstraint - Class in org.grails.datastore.gorm.validation.constraints
A constraint that can veto further constraint processing
AbstractVetoingConstraint(Class<?>, String, Object, MessageSource) - Constructor in AbstractVetoingConstraint
addConstraint(Class<? extends Constraint>) - Method in ConstraintRegistry
Adds a constraint for the given class
addConstraint(Class<? extends Constraint>, List<Class>) - Method in DefaultConstraintRegistry
addConstraintFactory(ConstraintFactory) - Method in ConstraintRegistry
Adds a constraint factory
addConstraintFactory(ConstraintFactory) - Method in DefaultConstraintRegistry
addMetaConstraint(String, Object) - Method in DefaultConstrainedProperty
Adds a meta constraints which is a non-validating informational constraint.
appliedConstraints - Field in DefaultConstrainedProperty
applyConstraint(String, Object) - Method in Constrained
Applies the given constraint
applyConstraint(String, Object) - Method in ConstrainedProperty
Apply a named constraint
applyConstraint(String, Object) - Method in DefaultConstrainedProperty
Applies a constraint for the specified name and consraint value.
applyConstraintInternal(String, Object) - Method in DefaultConstrainedProperty
applyDefaultConstraints(String, PersistentProperty, ConstrainedProperty, Map<String, Object>) - Method in DefaultConstraintEvaluator
applyDefaultNullableConstraint(ConstrainedProperty, boolean) - Method in DefaultConstraintEvaluator
applyMapOfConstraints(Map<String, Object>, String, PersistentProperty, ConstrainedProperty) - Method in DefaultConstraintEvaluator
applySharedConstraints(ConstrainedPropertyBuilder, Map<String, ConstrainedProperty>) - Method in DefaultConstraintEvaluator
asBoolean() - Method in EventTriggerCaller

B

BEFORE_VALIDATE - Field in BeforeValidateHelper
BeforeValidateHelper - Class in org.grails.datastore.gorm.support
BeforeValidateHelper.BeforeValidateEventTriggerCaller - Class in org.grails.datastore.gorm.support
BeforeValidateHelper.BeforeValidateEventTriggerCaller(Class<?>, MetaClass) - Constructor in BeforeValidateHelper.BeforeValidateEventTriggerCaller
BlankConstraint - Class in org.grails.datastore.gorm.validation.constraints
A Constraint that validates a string is not blank.
BlankConstraint(Class<?>, String, Object, MessageSource) - Constructor in BlankConstraint
build(Class<?>, MetaClass, Class<?>) - Method in BeforeValidateHelper.BeforeValidateEventTriggerCaller
build(Class, String, Object) - Method in ConstraintFactory
Builds a constraint
build(Class, String, Object) - Method in DefaultConstraintFactory
buildCaller(String, Class<?>, MetaClass, Class<?>) - Method in EventTriggerCaller

C

call(Object, List<?>) - Method in BeforeValidateHelper.BeforeValidateEventTriggerCaller
call(Object, Object) - Method in EventTriggerCaller
canApplyNullableConstraint(String, PersistentProperty, Constrained) - Method in DefaultConstraintEvaluator
canPropertyBeConstrained(PersistentProperty) - Method in DefaultConstraintEvaluator
cascadeToAssociativeProperty(Object, Errors, EntityReflector, Association, Set) - Method in PersistentEntityValidator
Cascades validation onto an associative property maybe a one-to-many, one-to-one or many-to-one relationship.
cascadeValidationToMany(Object, String, Association, Errors, EntityReflector, Set) - Method in PersistentEntityValidator
Cascades validation to a one-to-many type relationship.
cascadeValidationToOne(Object, String, Association, Errors, EntityReflector, Object, Object, Set) - Method in PersistentEntityValidator
Cascades validation to a one-to-one or many-to-one property.
CascadingValidator - Interface in grails.gorm.validation
Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations.
checkState() - Method in AbstractConstraint
classShortName - Field in AbstractConstraint
Constrained - Interface in grails.gorm.validation
Represents a constrained object
ConstrainedEntity - Interface in grails.gorm.validation
Represents an entity that is constrained
ConstrainedProperty - Interface in grails.gorm.validation
An interface for a constrained property
ConstrainedPropertyBuilder - Class in org.grails.datastore.gorm.validation.constraints.builder
Builder used as a delegate within the "constraints" closure of GrailsDomainClass instances .
ConstrainedPropertyBuilder(MappingContext, ConstraintRegistry, Class, Map<String, Object>) - Constructor in ConstrainedPropertyBuilder
Constraint - Interface in grails.gorm.validation
Defines a validateable constraint.
constraintConstructor - Field in DefaultConstraintFactory
ConstraintFactory - Interface in org.grails.datastore.gorm.validation.constraints.factory
Constructs a constraint
constraintOwningClass - Field in AbstractConstraint
constraintParameter - Field in AbstractConstraint
constraintPropertyName - Field in AbstractConstraint
ConstraintRegistry - Interface in org.grails.datastore.gorm.validation.constraints.registry
A registry of Constraint factories
constraintRegistry - Field in DefaultConstrainedProperty
constraintRegistry - Field in DefaultConstraintEvaluator
ConstraintsEvaluator - Interface in org.grails.datastore.gorm.validation.constraints.eval
Evaluates Constraints for a GORM entity
createNode(Object, Object) - Method in ConstrainedPropertyBuilder
CreditCardConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates a credit card number.
CreditCardConstraint(Class<?>, String, Object, MessageSource) - Constructor in CreditCardConstraint

D

DefaultConstrainedProperty - Class in grails.gorm.validation
Default implementation of the ConstrainedProperty interface
DefaultConstrainedProperty(Class<?>, String, Class<?>, ConstraintRegistry) - Constructor in DefaultConstrainedProperty
Constructs a new ConstrainedProperty for the given arguments.
DefaultConstraintEvaluator - Class in org.grails.datastore.gorm.validation.constraints.eval
Evaluates constraints for entities
DefaultConstraintEvaluator(ConstraintRegistry, MappingContext, Map<String, Object>) - Constructor in DefaultConstraintEvaluator
DefaultConstraintFactory - Class in org.grails.datastore.gorm.validation.constraints.factory
A default factory for creating constraints
DefaultConstraintFactory(Class<? extends Constraint>, MessageSource, List<Class>) - Constructor in DefaultConstraintFactory
DefaultConstraintRegistry - Class in org.grails.datastore.gorm.validation.constraints.registry
Default implementation of the ConstraintRegistry interface.
DefaultConstraintRegistry(MessageSource) - Constructor in DefaultConstraintRegistry
defaultConstraints - Field in DefaultConstraintEvaluator
DefaultValidatorRegistry - Class in org.grails.datastore.gorm.validation.constraints.registry
A org.grails.datastore.mapping.validation.ValidatorRegistry that builds validators on demand.
DefaultValidatorRegistry(MappingContext, ConnectionSourceSettings, MessageSource) - Constructor in DefaultValidatorRegistry
determinePropertyType(String) - Method in ConstrainedPropertyBuilder
doInvokeMethod(String, Object, Object) - Method in ConstrainedPropertyBuilder

E

EmailConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates an email address.
EmailConstraint(Class<?>, String, Object, MessageSource) - Constructor in EmailConstraint
evaluate(Class<?>, boolean, boolean, Closure) - Method in ConstraintsEvaluator
Evaluate constraints for the given class
evaluate(Class<?>, boolean, boolean, Closure) - Method in DefaultConstraintEvaluator
EventTriggerCaller - Class in org.grails.datastore.gorm.support

F

factoriesByName - Field in DefaultConstraintRegistry
factoriesByType - Field in DefaultConstraintRegistry
findConstraintFactories(Class<T>) - Method in ConstraintRegistry
Finds a constraint by class
findConstraintFactories(Class<T>) - Method in DefaultConstraintRegistry

G

getAppliedConstraint(String) - Method in ConstrainedProperty
Obtain an applied constraint
getAppliedConstraint(String) - Method in DefaultConstrainedProperty
Obtains an applied constraint by name.
getAppliedConstraints() - Method in ConstrainedProperty
@return Returns the appliedConstraints.
getAppliedConstraints() - Method in DefaultConstrainedProperty
@return Returns the appliedConstraints.
getAttributes() - Method in DefaultConstrainedProperty
getConstrainedProperties() - Method in ConstrainedEntity
@return The constrained property instances
getConstrainedProperties() - Method in ConstrainedPropertyBuilder
getDefaultConstraints() - Method in ConstraintsEvaluator
The default constraints to use
getDefaultConstraints() - Method in DefaultConstraintEvaluator
getDefaultMessage(String) - Method in AbstractConstraint
Returns the default message for the given message code in the current locale.
getFormat() - Method in Constrained
@return The format of the value
getInList() - Method in Constrained
@return Constrains the be within the list of given values
getInList() - Method in DefaultConstrainedProperty
@return Returns the inList.
getList() - Method in InListConstraint
@return Returns the list.
getMatches() - Method in Constrained
@return The string this constrained matches
getMatches() - Method in DefaultConstrainedProperty
@return Returns the matches.
getMax() - Method in Constrained
@return Returns the maximum possible value.
getMax() - Method in DefaultConstrainedProperty
@return Returns the max.
getMaxSize() - Method in Constrained
@return The maximum size
getMaxSize() - Method in DefaultConstrainedProperty
@return Returns the maxSize.
getMaxSize() - Method in MaxSizeConstraint
@return Returns the maxSize.
getMaxValue() - Method in MaxConstraint
@return Returns the maxValue.
getMetaConstraints() - Method in DefaultConstrainedProperty
@return Returns the metaConstraints.
getMetaConstraintValue(String) - Method in DefaultConstrainedProperty
Obtains the value of the named meta constraint.
getMin() - Method in Constrained
@return Returns the minimum possible value.
getMin() - Method in DefaultConstrainedProperty
@return Returns the min.
getMinSize() - Method in Constrained
@return The minimum size
getMinSize() - Method in DefaultConstrainedProperty
@return Returns the minSize.
getMinSize() - Method in MinSizeConstraint
@return Returns the minSize.
getMinValue() - Method in MinConstraint
@return Returns the minValue.
getName() - Method in BlankConstraint
getName() - Method in Constraint
@return The name of the constraint
getName() - Method in ConstraintFactory
@return The name of the constraint
getName() - Method in CreditCardConstraint
getName() - Method in EmailConstraint
getName() - Method in InListConstraint
getName() - Method in MatchesConstraint
getName() - Method in MaxConstraint
getName() - Method in MaxSizeConstraint
getName() - Method in MinConstraint
getName() - Method in MinSizeConstraint
getName() - Method in NotEqualConstraint
getName() - Method in NullableConstraint
getName() - Method in RangeConstraint
getName() - Method in ScaleConstraint
getName() - Method in SizeConstraint
getName() - Method in UrlConstraint
getName() - Method in ValidatorConstraint
getNotEqual() - Method in Constrained
@return The value this constrained should not be equal to
getNotEqual() - Method in DefaultConstrainedProperty
@return Returns the notEqual.
getNotEqualTo() - Method in NotEqualConstraint
@return Returns the notEqualTo.
getOrder() - Method in Constrained
@return The order of the value
getOwner() - Method in Constrained
@return The owning class
getOwner() - Method in ConstrainedProperty
@return The owner
getOwner() - Method in DefaultConstrainedProperty
getParameter() - Method in AbstractConstraint
getParameter() - Method in BlankConstraint
getParameter() - Method in Constraint
@return The parameter to the constraint
getProperty(String) - Method in ConstrainedPropertyBuilder
getPropertyName() - Method in AbstractConstraint
getPropertyName() - Method in ConstrainedProperty
@return The name of the property constrained
getPropertyName() - Method in Constraint
@return The property name of the constraint
getPropertyType() - Method in ConstrainedProperty
@return Returns the propertyType.
getRange() - Method in Constrained
@return Constrains the be within the range of given values
getRange() - Method in DefaultConstrainedProperty
@return Returns the range.
getRange() - Method in RangeConstraint
@return Returns the range.
getRange() - Method in SizeConstraint
@return Returns the range.
getRegex() - Method in MatchesConstraint
@return Returns the regex.
getScale() - Method in Constrained
@return The scale for decimal values
getScale() - Method in DefaultConstrainedProperty
@return The scale, if defined for this property; null, otherwise
getScale() - Method in ScaleConstraint
@return the scale
getSharedConstraint(String) - Method in ConstrainedPropertyBuilder
getSize() - Method in Constrained
@return A range which represents the size constraints from minimum to maximum value
getSize() - Method in DefaultConstrainedProperty
@return Returns the size.
getType() - Method in ConstraintFactory
@return The type of the constraint
getValidator(PersistentEntity) - Method in DefaultValidatorRegistry
getWidget() - Method in Constrained
@return The widget of the property

H

hasAppliedConstraint(String) - Method in Constrained
Whether the given constraint has been applied
hasAppliedConstraint(String) - Method in ConstrainedProperty
@param constraintName The name of the constraint to check
hasAppliedConstraint(String) - Method in DefaultConstrainedProperty
@param constraintName The name of the constraint to check

I

InListConstraint - Class in org.grails.datastore.gorm.validation.constraints
A constraint that validates the property is contained within the supplied list.
InListConstraint(Class<?>, String, Object, MessageSource) - Constructor in InListConstraint
invokeBeforeValidate(Object, List<?>) - Method in BeforeValidateHelper
isBlank() - Method in BlankConstraint
isBlank() - Method in Constrained
@return Whether blank values are allowed
isBlank() - Method in DefaultConstrainedProperty
@return the blank.
isConstrainableProperty(PersistentProperty, String) - Method in DefaultConstraintEvaluator
isCreditCard() - Method in Constrained
@return Whether this is a credit card string
isCreditCard() - Method in DefaultConstrainedProperty
@return Returns the creditCard.
isDisplay() - Method in Constrained
@return Whether the value should be displayed
isEditable() - Method in Constrained
@return Whether the value is editable
isEmail() - Method in Constrained
@return Whether this is an email
isEmail() - Method in DefaultConstrainedProperty
@return Returns the email.
isInvertBooleanReturnValue() - Method in EventTriggerCaller
isNoOperationCaller() - Method in EventTriggerCaller
isNullable() - Method in Constrained
@return Whether the value is nullable
isNullable() - Method in DefaultConstrainedProperty
@return Returns the nullable.
isNullable() - Method in NullableConstraint
isPassword() - Method in Constrained
@return Whether the value is a password or not
isUrl() - Method in Constrained
@return Whether the value is a URL
isUrl() - Method in DefaultConstrainedProperty
@return Returns the url.
isValid() - Method in AbstractConstraint
Return whether the constraint is valid for the owning class
isValid() - Method in Constraint
Return whether the constraint is valid for the owning class

J

K

L

list - Field in InListConstraint

M

mappingContext - Field in DefaultConstraintEvaluator
MatchesConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates the property against a supplied regular expression.
MatchesConstraint(Class<?>, String, Object, MessageSource) - Constructor in MatchesConstraint
MaxConstraint - Class in org.grails.datastore.gorm.validation.constraints
Implements a maximum value constraint.
MaxConstraint(Class<?>, String, Object, MessageSource) - Constructor in MaxConstraint
MaxSizeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates maximum size or length of the property, for strings and arrays this is the length and collections the size.
MaxSizeConstraint(Class<?>, String, Object, MessageSource) - Constructor in MaxSizeConstraint
messageSource - Field in AbstractConstraint
messageSource - Field in DefaultConstraintRegistry
MinConstraint - Class in org.grails.datastore.gorm.validation.constraints
Implements a minimum value constraint.
MinConstraint(Class<?>, String, Object, MessageSource) - Constructor in MinConstraint
MinSizeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates minimum size or length of the property, for strings and arrays this is the length and collections the size.
MinSizeConstraint(Class<?>, String, Object, MessageSource) - Constructor in MinSizeConstraint

N

newConstrainedPropertyBuilder(Class<?>) - Method in ConstraintsEvaluator
Obtains a new builder from this evaluator
newConstrainedPropertyBuilder(Class<?>) - Method in DefaultConstraintEvaluator
NotEqualConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates not equal to something.
NotEqualConstraint(Class<?>, String, Object, MessageSource) - Constructor in NotEqualConstraint
NullableConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates not null.
NullableConstraint(Class<?>, String, Object, MessageSource) - Constructor in NullableConstraint

O

P

PersistentEntityValidator - Class in grails.gorm.validation
A Validator that validates a org.grails.datastore.mapping.model.PersistentEntity against known constraints
PersistentEntityValidator(PersistentEntity, MessageSource, ConstraintsEvaluator) - Constructor in PersistentEntityValidator
processValidate(Object, Object, Errors) - Method in AbstractConstraint
processValidate(Object, Object, Errors) - Method in AbstractVetoingConstraint
processValidate(Object, Object, Errors) - Method in CreditCardConstraint
processValidate(Object, Object, Errors) - Method in EmailConstraint
processValidate(Object, Object, Errors) - Method in InListConstraint
processValidate(Object, Object, Errors) - Method in MatchesConstraint
processValidate(Object, Object, Errors) - Method in MaxConstraint
processValidate(Object, Object, Errors) - Method in MaxSizeConstraint
processValidate(Object, Object, Errors) - Method in MinConstraint
processValidate(Object, Object, Errors) - Method in MinSizeConstraint
processValidate(Object, Object, Errors) - Method in NotEqualConstraint
processValidate(Object, Object, Errors) - Method in RangeConstraint
processValidate(Object, Object, Errors) - Method in ScaleConstraint
{@inheritDoc}
processValidate(Object, Object, Errors) - Method in SizeConstraint
processValidate(Object, Object, Errors) - Method in UrlConstraint
processValidate(Object, Object, Errors) - Method in ValidatorConstraint
processValidateWithVetoing(Object, Object, Errors) - Method in AbstractVetoingConstraint
processValidateWithVetoing(Object, Object, Errors) - Method in BlankConstraint
processValidateWithVetoing(Object, Object, Errors) - Method in NullableConstraint
proxyHandler - Field in PersistentEntityValidator

Q

R

RangeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates a range.
RangeConstraint(Class<?>, String, Object, MessageSource) - Constructor in RangeConstraint
rejectValue(Object, Errors, String, Object, String) - Method in AbstractConstraint
rejectValueWithDefaultMessage(Object, Errors, String, String, Object) - Method in AbstractConstraint
resolveDefaultConstraints(ConnectionSourceSettings) - Method in DefaultValidatorRegistry
retrieveErrors(def) - Method in PersistentEntityValidator

S

ScaleConstraint - Class in org.grails.datastore.gorm.validation.constraints
Manages the scale for floating point numbers (i.e., the number of digits to the right of the decimal point).
ScaleConstraint(Class<?>, String, Object, MessageSource) - Constructor in ScaleConstraint
setAllowDynamic(boolean) - Method in ConstrainedPropertyBuilder
setAttributes(Map) - Method in DefaultConstrainedProperty
setBlank(boolean) - Method in DefaultConstrainedProperty
@param blank The blank to set.
setConstraintFactories(ConstraintFactory) - Method in DefaultConstraintRegistry
setCreditCard(boolean) - Method in DefaultConstrainedProperty
@param creditCard The creditCard to set.
setDefaultNullable(boolean) - Method in ConstrainedPropertyBuilder
setEmail(boolean) - Method in DefaultConstrainedProperty
@param email The email to set.
setInList(List) - Method in DefaultConstrainedProperty
@param inList The inList to set.
setInvertBooleanReturnValue(boolean) - Method in EventTriggerCaller
setMatches(String) - Method in DefaultConstrainedProperty
@param regex The matches to set.
setMax(Comparable) - Method in DefaultConstrainedProperty
@param max The max to set.
setMaxSize(Integer) - Method in DefaultConstrainedProperty
@param maxSize The maxSize to set.
setMin(Comparable) - Method in DefaultConstrainedProperty
@param min The min to set.
setMinSize(Integer) - Method in DefaultConstrainedProperty
@param minSize The minLength to set.
setNotEqual(Object) - Method in DefaultConstrainedProperty
@param notEqual The notEqual to set.
setNullable(boolean) - Method in DefaultConstrainedProperty
@param nullable The nullable to set.
setParent(Object, Object) - Method in ConstrainedPropertyBuilder
setProperty(String, Object) - Method in ConstrainedPropertyBuilder
setRange(Range) - Method in DefaultConstrainedProperty
@param range The range to set.
setSize(Range) - Method in DefaultConstrainedProperty
@param size The size to set.
setUrl(boolean) - Method in DefaultConstrainedProperty
@param url The url to set.
SizeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates size of the property, for strings and arrays this is the length, collections the size and numbers the value.
SizeConstraint(Class<?>, String, Object, MessageSource) - Constructor in SizeConstraint
skipBlankValues() - Method in AbstractConstraint
skipBlankValues() - Method in BlankConstraint
skipBlankValues() - Method in ValidatorConstraint
skipNullValues() - Method in AbstractConstraint
skipNullValues() - Method in NullableConstraint
skipNullValues() - Method in ValidatorConstraint
supports(Class) - Method in BlankConstraint
supports(Class) - Method in Constraint
Returns whether the constraint supports being applied against the specified type;
supports(Class) - Method in ConstraintFactory
The target type this factory supports
supports(Class) - Method in CreditCardConstraint
supports(Class) - Method in DefaultConstraintFactory
supports(Class) - Method in EmailConstraint
supports(Class) - Method in InListConstraint
supports(Class) - Method in MatchesConstraint
supports(Class) - Method in MaxConstraint
supports(Class) - Method in MaxSizeConstraint
supports(Class) - Method in MinConstraint
supports(Class) - Method in MinSizeConstraint
supports(Class) - Method in NotEqualConstraint
supports(Class) - Method in NullableConstraint
supports(Class<?>) - Method in PersistentEntityValidator
supports(Class) - Method in RangeConstraint
supports(Class) - Method in ScaleConstraint
supports(Class) - Method in SizeConstraint
supports(Class) - Method in UrlConstraint
supports(Class) - Method in ValidatorConstraint
supportsContraint(String) - Method in ConstrainedProperty
Check whether a given constraint type is supported
supportsContraint(String) - Method in DefaultConstrainedProperty
Checks with this ConstraintedProperty instance supports applying the specified constraint.

T

toString() - Method in AbstractConstraint

U

UrlConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates a url.
UrlConstraint(Class<?>, String, Object, MessageSource) - Constructor in UrlConstraint

V

validate(Object, Object, Errors) - Method in AbstractConstraint
validate(Object, Errors, boolean) - Method in CascadingValidator
An extended version of the validate(errors,obj) method that takes an additional argument specifying whether the Validator should cascade into associations or not.
validate(Object, Object, Errors) - Method in ConstrainedProperty
Validate this constrainted property against specified property value
validate(Object, Object, Errors) - Method in Constraint
Validate this constraint against a property value.
validate(Object, Object, Errors) - Method in DefaultConstrainedProperty
Validate this constrainted property against specified property value
validate(Object, Errors, boolean) - Method in PersistentEntityValidator
validateParameter(Object) - Method in AbstractConstraint
Validate the parameter passed
validateParameter(Object) - Method in BlankConstraint
validateParameter(Object) - Method in CreditCardConstraint
validateParameter(Object) - Method in EmailConstraint
validateParameter(Object) - Method in InListConstraint
validateParameter(Object) - Method in MatchesConstraint
validateParameter(Object) - Method in MaxConstraint
validateParameter(Object) - Method in MaxSizeConstraint
validateParameter(Object) - Method in MinConstraint
validateParameter(Object) - Method in MinSizeConstraint
validateParameter(Object) - Method in NotEqualConstraint
validateParameter(Object) - Method in NullableConstraint
validateParameter(Object) - Method in RangeConstraint
validateParameter(Object) - Method in ScaleConstraint
validateParameter(Object) - Method in SizeConstraint
validateParameter(Object) - Method in UrlConstraint
validateParameter(Object) - Method in ValidatorConstraint
validateWithVetoing(Object, Object, Errors) - Method in AbstractVetoingConstraint
validateWithVetoing(Object, Object, Errors) - Method in VetoingConstraint
Invoke validation with vetoing capabilities
ValidationConfigurationException - Class in grails.gorm.validation.exceptions
An exception thrown when there is an error configuration validation
ValidationConfigurationException(String, Throwable) - Constructor in ValidationConfigurationException
ValidatorConstraint - Class in org.grails.datastore.gorm.validation.constraints
ValidatorConstraint(Class<?>, String, Object, MessageSource) - Constructor in ValidatorConstraint
VetoingConstraint - Interface in grails.gorm.validation

W

wrapNullInNoopCaller(EventTriggerCaller) - Method in EventTriggerCaller

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _