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.core.ObjectCodec mapper) |
UnmarshallerOperator(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef) |
UnmarshallerOperator(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef,
com.fasterxml.jackson.core.ObjectCodec 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.core.ObjectCodec mapper)
public UnmarshallerOperator(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef)
public UnmarshallerOperator(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef, com.fasterxml.jackson.core.ObjectCodec mapper)
Copyright © 2024 Eclipse. All rights reserved.