public class ComplexFieldLocator extends TraversalUtil.CallbackImpl
Constructor and Description |
---|
ComplexFieldLocator() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
apply(Object o)
Visits a node in pre order (before its children have been visited).
|
List<P> |
getStarts() |
void |
walkJAXBElements(Object parent) |
getChildren, shouldTraverse
public List<Object> apply(Object o)
TraversalUtil.CallbackImpl
TraversalUtil.CallbackImpl.shouldTraverse(Object)
).
Implementations can have side effects.
apply
in interface TraversalUtil.Callback
apply
in class TraversalUtil.CallbackImpl
public void walkJAXBElements(Object parent)
walkJAXBElements
in interface TraversalUtil.Callback
walkJAXBElements
in class TraversalUtil.CallbackImpl
Copyright © 2007-2019. All Rights Reserved.