public interface AdditionalGrammarValidator extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
validate(ParsingContext ctx,
Object o)
Performs validation.
|
void validate(ParsingContext ctx, Object o) throws DslException
o
- Object to validateDslException