On this page
[Java] Class DefaultPropertyAccessor
- groovy.beans.DefaultPropertyAccessor
- All Implemented Interfaces and Traits:
- PropertyAccessor
public class DefaultPropertyAccessor
extends Object
implements PropertyAccessor
Field Summary
Modifiers | Name | Description |
---|---|---|
static PropertyAccessor |
INSTANCE |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Object |
read(Object owner, String propertyName) |
|
public void |
write(Object owner, String propertyName, Object value) |
Inherited Methods Summary
Field Detail
public static final PropertyAccessor INSTANCE
Method Detail
@Override public Object read(Object owner, String propertyName)
@Override public void write(Object owner, String propertyName, Object value)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/groovy/beans/DefaultPropertyAccessor.html