public class CollectionCodeGen extends CompoundCodeGen
| Constructor and Description |
|---|
CollectionCodeGen(CompoundCodeGen parent,
TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDecodeStatements(CodeGeneratorContext ctx) |
void |
addEncodeStatements(CodeGeneratorContext ctx) |
protected com.squareup.javapoet.TypeName |
getImplementationType() |
void |
setImplementationType(TypeMirror implementationType) |
getChildCodeGen, getType, hasParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSetNullStatementspublic CollectionCodeGen(CompoundCodeGen parent, TypeMirror type)
public void setImplementationType(TypeMirror implementationType)
protected com.squareup.javapoet.TypeName getImplementationType()
public void addEncodeStatements(CodeGeneratorContext ctx)
public void addDecodeStatements(CodeGeneratorContext ctx)
Copyright © 2015–2016. All rights reserved.