Package io.zerocopy.json.schema.context
Class SchemaResolutionSubContext
- java.lang.Object
-
- io.zerocopy.json.schema.context.SchemaResolutionSubContext
-
public class SchemaResolutionSubContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.LinkedList<SchemaResolutionNode>nodes
-
Constructor Summary
Constructors Constructor Description SchemaResolutionSubContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URIgetFullId()java.net.URIgetUpperId()
-
-
-
Field Detail
-
nodes
public java.util.LinkedList<SchemaResolutionNode> nodes
-
-