public class ModelNodeVisitor extends Object
| Constructor and Description |
|---|
ModelNodeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
endVisit(ModelNode bean,
InspectionContext ctx) |
boolean |
endVisitCollectionProperty(String propertyName,
ModelNode value,
PropertyContext ctx) |
void |
endVisitReferenceProperty(String propertyName,
ModelNode value,
PropertyContext ctx) |
boolean |
endVisitValueProperty(String propertyName,
ModelNode value,
PropertyContext ctx) |
void |
visit(ModelNode bean,
InspectionContext ctx) |
boolean |
visitCollectionProperty(String propertyName,
ModelNode value,
PropertyContext ctx) |
boolean |
visitReferenceProperty(String propertyName,
ModelNode value,
PropertyContext ctx) |
boolean |
visitValueProperty(String propertyName,
ModelNode value,
PropertyContext ctx) |
public void visit(ModelNode bean, InspectionContext ctx)
public void endVisit(ModelNode bean, InspectionContext ctx)
public boolean visitValueProperty(String propertyName, ModelNode value, PropertyContext ctx)
public boolean endVisitValueProperty(String propertyName, ModelNode value, PropertyContext ctx)
public boolean visitReferenceProperty(String propertyName, ModelNode value, PropertyContext ctx)
public void endVisitReferenceProperty(String propertyName, ModelNode value, PropertyContext ctx)
public boolean visitCollectionProperty(String propertyName, ModelNode value, PropertyContext ctx)
public boolean endVisitCollectionProperty(String propertyName, ModelNode value, PropertyContext ctx)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.