[Java] Class DefaultPropertyAccessor

  • groovy.beans.DefaultPropertyAccessor
All Implemented Interfaces and Traits:
PropertyAccessor
public class DefaultPropertyAccessor
extends Object
implements PropertyAccessor

Field Summary

Fields
Modifiers Name Description
static PropertyAccessor INSTANCE

Methods Summary

Methods
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

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Field Detail

public static final PropertyAccessor INSTANCE

Method Detail

public Object read(Object owner, String propertyName)

public void write(Object owner, String propertyName, Object value)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/beans/DefaultPropertyAccessor.html