@Immutable public class TypeCoercion extends java.lang.Object
Constructor and Description |
---|
TypeCoercion(ThriftType thriftType,
java.lang.reflect.Method toThrift,
java.lang.reflect.Method fromThrift) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getFromThrift() |
ThriftType |
getThriftType() |
java.lang.reflect.Method |
getToThrift() |
java.lang.String |
toString() |
public TypeCoercion(ThriftType thriftType, java.lang.reflect.Method toThrift, java.lang.reflect.Method fromThrift)
public ThriftType getThriftType()
public java.lang.reflect.Method getToThrift()
public java.lang.reflect.Method getFromThrift()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019. All rights reserved.