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