org.raml.parser.rule
Interface NodeRuleFactoryExtension


public interface NodeRuleFactoryExtension


Method Summary
 TupleRule<?,?> createRule(Field field, Annotation annotation)
           
 boolean handles(Field field, Annotation annotation)
           
 

Method Detail

handles

boolean handles(Field field,
                Annotation annotation)

createRule

TupleRule<?,?> createRule(Field field,
                          Annotation annotation)


Copyright © 2013. All rights reserved.