Uses of Class
org.eclipse.yasson.internal.model.PropertyValuePropagation.OperationMode
-
Packages that use PropertyValuePropagation.OperationMode Package Description org.eclipse.yasson.internal.model -
-
Uses of PropertyValuePropagation.OperationMode in org.eclipse.yasson.internal.model
Methods in org.eclipse.yasson.internal.model that return PropertyValuePropagation.OperationMode Modifier and Type Method Description static PropertyValuePropagation.OperationMode
PropertyValuePropagation.OperationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyValuePropagation.OperationMode[]
PropertyValuePropagation.OperationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.yasson.internal.model with parameters of type PropertyValuePropagation.OperationMode Modifier and Type Method Description protected abstract void
PropertyValuePropagation. acceptField(Field field, PropertyValuePropagation.OperationMode mode)
Accept aField
to use for value propagation.protected void
ReflectionPropagation. acceptField(Field field, PropertyValuePropagation.OperationMode mode)
Accept aField
to use for value propagation.protected abstract void
PropertyValuePropagation. acceptMethod(Method method, PropertyValuePropagation.OperationMode mode)
Accept aMethod
to use value propagation.protected void
ReflectionPropagation. acceptMethod(Method method, PropertyValuePropagation.OperationMode mode)
Accept aMethod
to use value propagation.
-