@groovy.transform.CompileStatic final class FieldInfo<T> extends java.lang.Object
Container class holding the meta-information needed by the framework.
T
- Type of the fieldType | Name and description |
---|---|
FieldConstraint |
fieldConstraint Data class containing constraints Grails domain constraint closure data. |
java.lang.String |
fieldName Name of the field or name of the field + key if the field is a map. |
T |
value Reference to the value of the object |
Constructor and description |
---|
FieldInfo
(FieldConstraint fieldConstraint, java.lang.String fieldName, T value) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
toString() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Data class containing constraints Grails domain constraint closure data.
Name of the field or name of the field + key if the field is a map.
Reference to the value of the object
Groovy Documentation