public interface PojoPathRecognizer
Modifier and Type | Method and Description |
---|---|
void |
recognize(Object actualPojo,
PojoPath currentPath)
This method is called to recognize the
actualPojo . |
void recognize(Object actualPojo, PojoPath currentPath)
actualPojo
. It is called by the PojoPathNavigator
(an
PojoPathFunction
s) for each Pojo
that has been traversed.Copyright © 2001–2016 mmm-Team. All rights reserved.