public class ObservableUnmarshaller<T,B> extends Object implements io.reactivex.ObservableTransformer<B,T>
Constructor and Description |
---|
ObservableUnmarshaller(Function<B,Buffer> unwrap,
Class<T> mappedType) |
ObservableUnmarshaller(Function<B,Buffer> unwrap,
Class<T> mappedType,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
ObservableUnmarshaller(Function<B,Buffer> unwrap,
com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef) |
ObservableUnmarshaller(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.ObservableSource<T> |
apply(io.reactivex.Observable<B> upstream) |
public ObservableUnmarshaller(Function<B,Buffer> unwrap, Class<T> mappedType)
public ObservableUnmarshaller(Function<B,Buffer> unwrap, com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef)
public ObservableUnmarshaller(Function<B,Buffer> unwrap, Class<T> mappedType, com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2018 Eclipse. All rights reserved.