public class ReflectionPropagation extends PropertyValuePropagation
PropertyValuePropagation.OperationModereadable, writable| Constructor | Description |
|---|---|
ReflectionPropagation(Property property,
JsonbContext ctx) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
acceptField(Field field,
PropertyValuePropagation.OperationMode mode) |
Accept a
Field to use for value propagation. |
protected void |
acceptMethod(Method method,
PropertyValuePropagation.OperationMode mode) |
Accept a
Method to use value propagation. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInstance, getField, getGetter, getSetter, isGetterVisible, isReadable, isSetterVisible, isWritablepublic ReflectionPropagation(Property property, JsonbContext ctx)
protected void acceptMethod(Method method, PropertyValuePropagation.OperationMode mode)
Method to use value propagation.acceptMethod in class PropertyValuePropagationmethod - methodmode - read or writeprotected void acceptField(Field field, PropertyValuePropagation.OperationMode mode)
Field to use for value propagation.acceptField in class PropertyValuePropagationfield - fieldmode - modCopyright © 2018 Oracle Corporation. All rights reserved.