Class ValidationWorkflowRunnerBuilder<T extends com.google.protobuf.MessageOrBuilder>

java.lang.Object
org.phenopackets.phenopackettools.validator.core.ValidationWorkflowRunnerBuilder<T>
Type Parameters:
T - type of the top-level element of the Phenopacket Schema.
Direct Known Subclasses:
JsonSchemaValidationWorkflowRunnerBuilder

public abstract class ValidationWorkflowRunnerBuilder<T extends com.google.protobuf.MessageOrBuilder> extends Object
The base builder for constructing ValidationWorkflowRunner. The builder keeps track of the validators and builds the ValidationWorkflowRunner at the end.