Home
last modified time | relevance | path

Searched refs:annotationCollectionEnabled (Results 1 – 2 of 2) sorted by relevance

/external/json-schema-validator/src/main/java/com/networknt/schema/
DExecutionConfig.java38 private boolean annotationCollectionEnabled = false; field in ExecutionConfig
130 return annotationCollectionEnabled; in isAnnotationCollectionEnabled()
144 public void setAnnotationCollectionEnabled(boolean annotationCollectionEnabled) { in setAnnotationCollectionEnabled() argument
145 this.annotationCollectionEnabled = annotationCollectionEnabled; in setAnnotationCollectionEnabled()
/external/json-schema-validator/
DREADME.md456 | `annotationCollectionEnabled` | Controls whether annotations are collected during processing. No…
457 … keyword to collect and report annotations for. This requires `annotationCollectionEnabled` to be …