public interface PointerCollector
This interface is the core piece of a SchemaWalker. One such
collector exists for each schema keyword which has subschemas, and
implementations add pointers to the collection passed as an argument if any.
| Modifier and Type | Method and Description |
|---|---|
void |
collect(Collection<JsonPointer> pointers,
SchemaTree tree)
Collect pointers for the current schema node
|
void collect(Collection<JsonPointer> pointers, SchemaTree tree)
pointers - the pointer collection to add totree - the current schema nodeCopyright © 2013. All Rights Reserved.