public abstract class PContainer<I,C> extends Object implements PDescriptor<C>
| Modifier | Constructor and Description |
|---|---|
protected |
PContainer(PDescriptorProvider<I> provider) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPackageName()
The package name is derived form the .thrift file name that is parsed or
if read from serialized format is explicit.
|
PDescriptor<I> |
itemDescriptor() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getQualifiedName, getTypeprotected PContainer(PDescriptorProvider<I> provider)
public PDescriptor<I> itemDescriptor()
public String getPackageName()
PDescriptorgetPackageName in interface PDescriptor<C>Copyright © 2016. All rights reserved.