public class ThriftContext extends Object
| Constructor and Description |
|---|
ThriftContext(String namespace,
List<String> includes,
List<com.facebook.swift.codec.metadata.ThriftType> thriftTypes,
List<ThriftServiceMetadata> thriftServices,
Map<String,String> namespaceMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCustomNamespaces() |
List<com.facebook.swift.codec.metadata.ThriftEnumMetadata> |
getEnums() |
List<String> |
getIncludes() |
String |
getNamespace() |
List<ThriftServiceMetadata> |
getServices() |
List<com.facebook.swift.codec.metadata.ThriftStructMetadata> |
getStructs() |
public ThriftContext(String namespace, List<String> includes, List<com.facebook.swift.codec.metadata.ThriftType> thriftTypes, List<ThriftServiceMetadata> thriftServices, Map<String,String> namespaceMap)
public List<com.facebook.swift.codec.metadata.ThriftStructMetadata> getStructs()
public List<com.facebook.swift.codec.metadata.ThriftEnumMetadata> getEnums()
public String getNamespace()
public List<ThriftServiceMetadata> getServices()
Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.