Class FieldFunction

java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.fields.functions.FieldFunction
All Implemented Interfaces:
Serializable, Cloneable

public class FieldFunction extends Object implements Serializable, Cloneable
Application of a Function to a field - e.g., to take its raw or pure value as stored in the backend, and apply a function to it (as in the math sense), to get out a different value.

Used in virtual fields and query criteria to transform or extract a derived value from a raw field.

See Also: