Package com.cognitect.transit
Interface MapReadHandler<G,A,K,V,R>
-
- All Superinterfaces:
ReadHandler<A,R>
public interface MapReadHandler<G,A,K,V,R> extends ReadHandler<A,R>
Provides a MapReader to Transit to use in incrementally parsing a map representation of a value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapReader<G,A,K,V>
mapReader()
Provides a MapReader that a parser can use to convert a map representation to an instance of a type incrementally-
Methods inherited from interface com.cognitect.transit.ReadHandler
fromRep
-
-