Class JsonMapper.JsonDecoder

  • All Implemented Interfaces:
    java.util.function.BiFunction<rx.Observable<byte[]>,​java.lang.reflect.Type,​rx.Observable>
    Enclosing class:
    JsonMapper

    public static class JsonMapper.JsonDecoder
    extends java.lang.Object
    implements java.util.function.BiFunction<rx.Observable<byte[]>,​java.lang.reflect.Type,​rx.Observable>
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonDecoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      rx.Observable<java.lang.Object> apply​(rx.Observable<byte[]> incomingBytes, java.lang.reflect.Type type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiFunction

        andThen
    • Constructor Detail

      • JsonDecoder

        public JsonDecoder()
    • Method Detail

      • apply

        public rx.Observable<java.lang.Object> apply​(rx.Observable<byte[]> incomingBytes,
                                                     java.lang.reflect.Type type)
        Specified by:
        apply in interface java.util.function.BiFunction<rx.Observable<byte[]>,​java.lang.reflect.Type,​rx.Observable>