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