public class CustomCodecDelegate extends Object implements CodeGeneratorDelegate
| Constructor and Description |
|---|
CustomCodecDelegate(String customCodecName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(TypeMirror type) |
void |
addDecodeStatements(TypeMirror typeMirror,
CodeGeneratorContext ctx) |
void |
addEncodeStatements(TypeMirror typeMirror,
CodeGeneratorContext ctx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSetNullStatementspublic CustomCodecDelegate(String customCodecName)
public void addEncodeStatements(TypeMirror typeMirror, CodeGeneratorContext ctx)
addEncodeStatements in interface CodeGeneratorDelegatepublic void addDecodeStatements(TypeMirror typeMirror, CodeGeneratorContext ctx)
addDecodeStatements in interface CodeGeneratorDelegatepublic boolean accepts(TypeMirror type)
accepts in interface CodeGeneratorDelegateCopyright © 2015–2018. All rights reserved.