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