FieldPrecondition

public interface FieldPrecondition

The generator of the code which performs various checks on the proto field value.

Functions

Link copied to clipboard
public abstract void exitNullCheck()
Generates the code to exit the null check block and return to the upper level.
Link copied to clipboard
public abstract void performNullCheck(String value, String mergeFieldFormat)
Generates the code which checks the given field value for null.