public abstract class UnmarshallerOperator<T,B> extends Object implements Observable.Operator<T,B>
Constructor and Description |
---|
UnmarshallerOperator(Class<T> mappedType) |
UnmarshallerOperator(Class<T> mappedType,
ObjectCodec mapper) |
UnmarshallerOperator(TypeReference<T> mappedTypeRef) |
UnmarshallerOperator(TypeReference<T> mappedTypeRef,
ObjectCodec mapper) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super B> |
call(Subscriber<? super T> subscriber) |
abstract Buffer |
unwrap(B buffer) |
public UnmarshallerOperator(Class<T> mappedType, ObjectCodec mapper)
public UnmarshallerOperator(TypeReference<T> mappedTypeRef)
public UnmarshallerOperator(TypeReference<T> mappedTypeRef, ObjectCodec mapper)
public Subscriber<? super B> call(Subscriber<? super T> subscriber)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super B>>
Copyright © 2022 Eclipse. All rights reserved.