Package io.spine.validation.java

Contains the ProtoData validation plugin which generates Java code.

Types

Link copied to clipboard
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.
Link copied to clipboard
public final class JavaValidationRenderer extends JavaRenderer
A Renderer for the validation code in Java.
Link copied to clipboard
public final class PrintValidationInsertionPoints extends InsertionPointPrinter
An InsertionPointPrinter which adds the Validate point to all the message types which have an associated MessageValidation view.