public abstract class UnmarshallerOperator<T,B> extends Object implements rx.Observable.Operator<T,B>
Constructor and Description |
---|
UnmarshallerOperator(Class<T> mappedType) |
UnmarshallerOperator(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef) |
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super B> |
call(rx.Subscriber<? super T> subscriber) |
abstract Buffer |
unwrap(B buffer) |
public UnmarshallerOperator(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef)
Copyright © 2017. All rights reserved.