public interface Visitor
| Modifier and Type | Method and Description |
|---|---|
VisitationResult |
visit(Object object,
Field field)
Visits a
field of the specified object. |
VisitationResult visit(Object object, Field field)
field of the specified object.object - to be visitedfield - to be visitedField was filled or null if the field wasn't filledCopyright © 2010–2016 none. All rights reserved.