public class MapCodeGen extends CompoundCodeGen
| Constructor and Description |
|---|
MapCodeGen(CompoundCodeGen parent,
TypeMirror type,
TypeMirror keyType) |
| 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 MapCodeGen(CompoundCodeGen parent, TypeMirror type, TypeMirror keyType)
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.