public interface NodeRuleFactoryExtension
NodeRuleFactoryExtension interface.
| Modifier and Type | Method and Description |
|---|---|
TupleRule<?,?> |
createRule(Field field,
Annotation annotation)
createRule.
|
boolean |
handles(Field field,
Annotation annotation)
handles.
|
boolean handles(Field field, Annotation annotation)
handles.
field - a Field object.annotation - a Annotation object.TupleRule<?,?> createRule(Field field, Annotation annotation)
createRule.
field - a Field object.annotation - a Annotation object.TupleRule object.Copyright © 2015 Mulesoft. All rights reserved.