- Ratio - Interface in com.cognitect.transit
-
Represents a ratio using BigIntegers
- read() - Method in interface com.cognitect.transit.Reader
-
Reads a single value from an input source
- Reader - Interface in com.cognitect.transit
-
Interface for reading values in transit format
- reader(TransitFactory.Format, InputStream) - Static method in class com.cognitect.transit.TransitFactory
-
Creates a reader instance.
- reader(TransitFactory.Format, InputStream, Map<String, ReadHandler<?, ?>>) - Static method in class com.cognitect.transit.TransitFactory
-
Creates a reader instance.
- reader(TransitFactory.Format, InputStream, DefaultReadHandler<?>) - Static method in class com.cognitect.transit.TransitFactory
-
Creates a reader instance.
- reader(TransitFactory.Format, InputStream, Map<String, ReadHandler<?, ?>>, DefaultReadHandler<?>) - Static method in class com.cognitect.transit.TransitFactory
-
Creates a reader instance.
- ReaderSPI - Interface in com.cognitect.transit.SPI
-
Interface for providing custom MapReader and ArrayReader implementations for a Reader to use
when parsing native JSON or msgpack composite structures.
- ReadHandler<T,Rep> - Interface in com.cognitect.transit
-
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
- readHandlerMap(Map<String, ReadHandler<?, ?>>) - Static method in class com.cognitect.transit.TransitFactory
-
Creates a read-only Map of String to ReadHandler containing
default ReadHandlers with customHandlers merged in.
- rep(T) - Method in interface com.cognitect.transit.WriteHandler
-
Gets the representation to use for the object, either an instance of transit ground type,
or object for which there is a Handler (including an instance of TaggedValue).