Class SimpleNavigationNavigator
java.lang.Object
ch.tocco.nice2.model.form.impl.datanavigation.SimpleNavigationNavigator
- All Implemented Interfaces:
DataPathNavigator
A
DataPathNavigator
which
just navigates over names (like fields and relations, key-names in maps etc).
Rename: this was previously known as SimpleNavigationEvaluator.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
asSchemaNavigation
(String pathAsString, Class<?> cls) Q: I really don't know how this thing can be used on queries or scripts...boolean
-
Constructor Details
-
SimpleNavigationNavigator
public SimpleNavigationNavigator()
-
-
Method Details
-
useNullDataSource
public boolean useNullDataSource()- Specified by:
useNullDataSource
in interfaceDataPathNavigator