L
- 原始类型R
- thrift client 类型public class TypeTransformer.ThriftClientTypeTransformer<L,M extends ThriftDecorator<L>,R> extends java.lang.Object
L->M->R
Modifier and Type | Field and Description |
---|---|
com.google.common.base.Function<R,L> |
toOriginalTypeFun |
com.google.common.base.Function<L,R> |
toThriftClientTypeFun |
Constructor and Description |
---|
ThriftClientTypeTransformer(java.lang.Class<L> left,
java.lang.Class<R> right) |
public final com.google.common.base.Function<L,R> toThriftClientTypeFun
public final com.google.common.base.Function<R,L> toOriginalTypeFun
public ThriftClientTypeTransformer(java.lang.Class<L> left, java.lang.Class<R> right)
Copyright © 2019. All rights reserved.