public class MutableBeanPropertyValue extends BeanPropertyValue implements LValue
Value
that reflects a mutable bean property in some object.Modifier and Type | Field and Description |
---|---|
protected Method |
setter |
bean, getter, name
Constructor and Description |
---|
MutableBeanPropertyValue(Object bean,
String name,
Method getter,
Method setter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
set(ParseSession session,
Value value)
Make assignment to this instance.
|
get, getType
add, and, asLValue, checkBoolean, checkIntegral, checkNotNull, checkNumeric, checkType, compare, divide, invert, lshift, mod, multiply, negate, or, rshift, subtract, urshift, xor, xxcrement
protected final Method setter
public MutableBeanPropertyValue(Object bean, String name, Method getter, Method setter)
bean
- bean objectname
- property namegetter
- getter methodsetter
- setter methodIllegalArgumentException
- if any parameter is nullpublic void set(ParseSession session, Value value)
LValue
Copyright © 2022. All rights reserved.