All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ArrayReader<G,A,T> ArrayReadHandler<G,A,T,R> Provides an ArrayReader to Transit to use in incrementally parsing an array representation of a value.DefaultReadHandler<T> Processes a non-decodable transit valueKeyword Represents a keyword N.B.Link Represents a hypermedia link, as per http://amundsen.com/media-types/collection/format/#arrays-linksMapReader<G,M,K,V> MapReadHandler<G,A,K,V,R> Provides a MapReader to Transit to use in incrementally parsing a map representation of a value.Named Represents a namespace-scoped named objectRatio Represents a ratio using BigIntegersReader Interface for reading values in transit formatReaderSPI Interface for providing custom MapReader and ArrayReader implementations for a Reader to use when parsing native JSON or msgpack composite structures.ReadHandler<T,Rep> 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 insteadSymbol Represents a symbolTaggedValue<Rep> Represents a transit tag and value.TransitFactory Main entry point for using transit-java library.TransitFactory.Format Transit formatsURI Represents a URI as a String.WriteHandler<T,Rep> Converts an instance of an type to a transit representationWriter<T> Interface for writing values in transit format.