Package | Description |
---|---|
net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath . |
net.sf.mmm.util.pojo.path.base |
Contains the base-implementation of the
PojoPath API. |
Modifier and Type | Method and Description |
---|---|
PojoPathRecognizer |
PojoPathContext.getRecognizer()
This method gets an optional
recognizer that adds support for the visitor-pattern. |
Modifier and Type | Class and Description |
---|---|
class |
NoPojoPathRecognizer
This is a dummy implementation of the
PojoPathRecognizer that does
nothing. |
Modifier and Type | Field and Description |
---|---|
private PojoPathRecognizer |
PojoPathContextBean.recognizer |
Modifier and Type | Method and Description |
---|---|
PojoPathRecognizer |
PojoPathContextBean.getRecognizer() |
Modifier and Type | Method and Description |
---|---|
void |
PojoPathContextBean.setRecognizer(PojoPathRecognizer recognizer)
This method sets the
recognizer . |
Copyright © 2001–2016 mmm-Team. All rights reserved.