public class ParametrizedNodeReferenceRule extends ObjectRule
| Constructor and Description |
|---|
ParametrizedNodeReferenceRule(String referenceKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
protected Node |
getResult(Node node) |
List<Suggestion> |
getSuggestions(List<Node> pathToRoot,
ParsingContext context) |
List<Suggestion> |
getSuggestions(Node node,
ParsingContext context) |
boolean |
matches(Node node) |
additionalProperties, apply, getChildren, named, then, then, with, with, with, with, withAllcleanFactory, createNodeUsingFactory, getFactory, ruleName, toStringpublic ParametrizedNodeReferenceRule(String referenceKey)
public boolean matches(@Nonnull Node node)
matches in class ObjectRulepublic List<Suggestion> getSuggestions(List<Node> pathToRoot, ParsingContext context)
getSuggestions in class ObjectRule@Nonnull public List<Suggestion> getSuggestions(Node node, ParsingContext context)
getSuggestions in class ObjectRuleprotected Node getResult(Node node)
getResult in class ObjectRulepublic String getDescription()
getDescription in class ObjectRuleCopyright © 2017. All rights reserved.