ExtraValidation

public final class ExtraValidation implements InsertionPoint

An insertion point at the place where users may add some extra validation code to the one already generated by the standard JavaValidationRenderer.

Goes after all the standard validation checks but before returning/throwing the resulting error.

Constructors

Link copied to clipboard
public void ExtraValidation(TypeName name)
Creates a new instance for the given type.

Functions

Link copied to clipboard
public String getLabel()
Link copied to clipboard
public LineNumber locate(List<String> list)
Does not try to locate the point.