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