Uses of Class
com.alibaba.dubbo.rpc.protocol.thrift.ThriftType

Packages that use ThriftType
com.alibaba.dubbo.rpc.protocol.thrift   
 

Uses of ThriftType in com.alibaba.dubbo.rpc.protocol.thrift
 

Methods in com.alibaba.dubbo.rpc.protocol.thrift that return ThriftType
static ThriftType ThriftType.get(Class<?> key)
           
static ThriftType ThriftType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ThriftType[] ThriftType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012–2017 Alibaba. All rights reserved.