public class SingleUnmarshaller<T,B> extends Object implements io.reactivex.SingleTransformer<B,T>
Constructor and Description |
---|
SingleUnmarshaller(Function<B,Buffer> unwrap,
Class<T> mappedType) |
SingleUnmarshaller(Function<B,Buffer> unwrap,
Class<T> mappedType,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
SingleUnmarshaller(Function<B,Buffer> unwrap,
com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef) |
SingleUnmarshaller(Function<B,Buffer> unwrap,
com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.SingleSource<T> |
apply(io.reactivex.Single<B> upstream) |
Copyright © 2018 Eclipse. All rights reserved.