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.OperationModePropertyValuePropagation.OperationMode. valueOf(java.lang.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 voidPropertyValuePropagation. acceptField(java.lang.reflect.Field field, PropertyValuePropagation.OperationMode mode)Accept aFieldto use for value propagation.protected voidReflectionPropagation. acceptField(java.lang.reflect.Field field, PropertyValuePropagation.OperationMode mode)Accept aFieldto use for value propagation.protected abstract voidPropertyValuePropagation. acceptMethod(java.lang.reflect.Method method, PropertyValuePropagation.OperationMode mode)Accept aMethodto use value propagation.protected voidReflectionPropagation. acceptMethod(java.lang.reflect.Method method, PropertyValuePropagation.OperationMode mode)Accept aMethodto use value propagation.
-