public final class ValidatedPaths extends Object
| Constructor and Description |
|---|
ValidatedPaths() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReport(ProcessingReport report) |
void |
addUncheckedPath(JsonPointer pointer) |
void |
addValidatedPath(JsonPointer pointer) |
ReentrantLock |
getLock() |
boolean |
isValid() |
boolean |
isValidated(JsonPointer currentPointer) |
public ReentrantLock getLock()
public boolean isValidated(JsonPointer currentPointer)
public void addValidatedPath(JsonPointer pointer)
public void addUncheckedPath(JsonPointer pointer)
public void addReport(ProcessingReport report)
public boolean isValid()
Copyright © 2013. All Rights Reserved.