public interface PropertyConduit extends AnnotationProvider
Modifier and Type | Method and Description |
---|---|
Object |
get(Object instance)
Reads the property from the instance.
|
Class |
getPropertyType()
Returns the type of the property read or updated by the conduit.
|
void |
set(Object instance,
Object value)
Changes the current value of the property.
|
getAnnotation
Object get(Object instance)
instance
- object containing the propertyvoid set(Object instance, Object value)
instance
- object containing the propertyvalue
- to change the property toClass getPropertyType()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.