public class FlowableHelper extends Object
Constructor and Description |
---|
FlowableHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> io.reactivex.FlowableTransformer<Buffer,T> |
unmarshaller(Class<T> mappedType) |
static <T> io.reactivex.FlowableTransformer<Buffer,T> |
unmarshaller(Class<T> mappedType,
com.fasterxml.jackson.core.ObjectCodec mapper) |
static <T> io.reactivex.FlowableTransformer<Buffer,T> |
unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef) |
static <T> io.reactivex.FlowableTransformer<Buffer,T> |
unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef,
com.fasterxml.jackson.core.ObjectCodec mapper) |
public static <T> io.reactivex.FlowableTransformer<Buffer,T> unmarshaller(Class<T> mappedType)
public static <T> io.reactivex.FlowableTransformer<Buffer,T> unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef)
public static <T> io.reactivex.FlowableTransformer<Buffer,T> unmarshaller(Class<T> mappedType, com.fasterxml.jackson.core.ObjectCodec mapper)
public static <T> io.reactivex.FlowableTransformer<Buffer,T> unmarshaller(com.fasterxml.jackson.core.type.TypeReference<T> mappedTypeRef, com.fasterxml.jackson.core.ObjectCodec mapper)
Copyright © 2020 Eclipse. All rights reserved.