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