| Interface | Description |
|---|---|
| ArrayReader | |
| ArrayReadHandler |
Provides an ArrayReader to Transit to use in incrementally parsing
an array representation of a value.
|
| DefaultReadHandler |
Processes a non-decodable transit value
|
| Keyword |
Represents a keyword
|
| Link |
Represents a hypermedia link, as per http://amundsen.com/media-types/collection/format/#arrays-links
|
| MapReader | |
| MapReadHandler |
Provides a MapReader to Transit to use in incrementally parsing
a map representation of a value.
|
| Named |
Represents a namespace-scoped named object
|
| Ratio |
Represents a ratio using BigIntegers
|
| Reader |
Interace for reading values in transit format
|
| ReadHandler |
Converts a transit representation to an instance of a type; if type
implements ArrayReadHandler or MapReadHandler to support incremental
parsing of representation, that interface will be used instead
|
| Symbol |
Represents a symbol
|
| TaggedValue |
Represents a transit tag and value.
|
| URI |
Represents a URI
|
| WriteHandler |
Converts an instance of an type to a transit representation
|
| Writer |
Interface for writing values in transit format.
|
| Class | Description |
|---|---|
| TransitFactory |
Main entry point for using transit-java library.
|
| Enum | Description |
|---|---|
| TransitFactory.Format |
Transit formats
|
Copyright © 2014. All rights reserved.