Interface DirectiveParser<T>
- All Known Implementing Classes:
DirectiveParserImpl
public interface DirectiveParser<T>
-
Method Summary
-
Method Details
-
getName
String getName()The directive which this parser parses. -
isUnique
boolean isUnique()Whether the directive is unique. -
parser
-