Package com.blackbuild.klum.ast
Class Validate.Ignore
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure<T>
com.blackbuild.klum.ast.NamedAnnotationMemberClosure<Object>
com.blackbuild.klum.ast.Validate.Ignore
- All Implemented Interfaces:
groovy.lang.GroovyCallable<Object>,groovy.lang.GroovyObject,Serializable,Cloneable,Runnable,Callable<Object>
- Enclosing class:
- Validate
If used as value for
Validate.value(), configures validation to ignore this field. Makes only sense
when Validate is also placed on type.- See Also:
-
Field Summary
Fields inherited from class groovy.lang.Closure
DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blackbuild.klum.ast.NamedAnnotationMemberClosure
doCall, doCall, doCallMethods inherited from class groovy.lang.Closure
andThen, andThenSelf, andThenSelf, asWritable, call, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampolineMethods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
invokeMethod
-
Constructor Details
-
Ignore
-