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