[Java] Class CachedField
- org.codehaus.groovy.reflection.CachedField
Field Summary
Modifiers | Name | Description |
---|---|---|
Field | field |
Fields inherited from class | Fields |
---|---|
class MetaProperty | PROPERTY_SET_PREFIX, name, type |
Constructor Summary
Constructor and description |
---|
CachedField
(Field field) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
int |
getModifiers() | |
Object |
getProperty(Object object) @return the property of the given object | |
boolean |
isFinal() | |
boolean |
isStatic() | |
void |
setProperty(Object object, Object newValue) Sets the property on the given object to the new value |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class MetaProperty | getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty |
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public final Field field
Constructor Detail
public CachedField(Field field)
Method Detail
public int getModifiers()
public Object getProperty(Object object)
- throws:
- RuntimeException if the property could not be evaluated
- Returns:
- the property of the given object
public boolean isFinal()
public boolean isStatic()
public void setProperty(Object object, Object newValue)
Sets the property on the given object to the new value
- throws:
- RuntimeException if the property could not be set
- Parameters:
-
object
- on which to set the property -
newValue
- the new value of the property
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/reflection/CachedField.html