public abstract class ContainerType extends ThriftType
| Modifier and Type | Field and Description |
|---|---|
protected List<TypeAnnotation> |
annotations |
protected com.google.common.base.Optional<String> |
cppType |
| Constructor and Description |
|---|
ContainerType(String cppType,
List<TypeAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeAnnotation> |
getAnnotations() |
com.google.common.base.Optional<String> |
getCppType() |
toStringprotected final com.google.common.base.Optional<String> cppType
protected final List<TypeAnnotation> annotations
public ContainerType(String cppType, List<TypeAnnotation> annotations)
public com.google.common.base.Optional<String> getCppType()
public List<TypeAnnotation> getAnnotations()
Copyright © 2012-2017. All Rights Reserved.