public interface IPropertyAccessor
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(Object ctx)
Returns the value for a property given a "this" object
|
void |
setValue(Object ctx,
Object value)
Sets the property to the given value for the ctx object
|
Copyright © 2021. All rights reserved.