preprocess abstract method

Object? preprocess(
  1. Object? value
)

preprocess is called internally before setting a field value if the preprocessor is connected to the field

Implementation

Object? preprocess(Object? value);