| Class | Description |
|---|---|
| JsonFragment |
Abstract class for fragment resolution
|
| JsonPointer |
Implementation of IETF JSON Pointer draft, version 8
|
| JsonRef |
Representation of a JSON Reference
|
The main package which reprensents a JSON Reference is JsonRef.
Fragments play a particularly important role in JSON References, as such
there is a dedicated JsonFragment
class to help resolve a fragment into a JSON schema. Depending on the chosen
addressing mode (AddressingMode),
a fragment can be a JSON Pointer or an id reference.
Copyright © 2013. All Rights Reserved.