public final class NoPojoPathRecognizer extends Object implements PojoPathRecognizer
PojoPathRecognizer
that does
nothing.Modifier and Type | Field and Description |
---|---|
static NoPojoPathRecognizer |
INSTANCE
The singleton instance of this class.
|
Constructor and Description |
---|
NoPojoPathRecognizer()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
recognize(Object pojo,
PojoPath currentPath)
This method is called to recognize the
actualPojo . |
public static final NoPojoPathRecognizer INSTANCE
public void recognize(Object pojo, PojoPath currentPath)
PojoPathRecognizer
actualPojo
. It is called by the PojoPathNavigator
(an
PojoPathFunction
s) for each Pojo
that has been traversed.recognize
in interface PojoPathRecognizer
pojo
- is the actual Pojo
to recognize.currentPath
- is the PojoPath
that lead to the actualPojo
.Copyright © 2001–2016 mmm-Team. All rights reserved.