java.lang.Object
dev.metaschema.core.configuration.AbstractConfigurationFeature<V>
dev.metaschema.core.metapath.MetapathEvaluationFeature<V>
- Type Parameters:
V- the feature value Java type
- All Implemented Interfaces:
IConfigurationFeature<V>
Provides a mechanism to configure Metapath evaluation settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetapathEvaluationFeature<Boolean>If enabled, evaluate predicates, otherwise skip evaluating them. -
Method Summary
Methods inherited from class dev.metaschema.core.configuration.AbstractConfigurationFeature
getDefault, getName, getValueClass, toString
-
Field Details
-
METAPATH_EVALUATE_PREDICATES
If enabled, evaluate predicates, otherwise skip evaluating them.
-