public class PrimitiveDelegate extends Object implements CodeGeneratorDelegate
| Constructor and Description |
|---|
PrimitiveDelegate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(TypeMirror type) |
void |
addDecodeStatements(TypeMirror type,
CodeGeneratorContext ctx) |
void |
addEncodeStatements(TypeMirror type,
CodeGeneratorContext ctx) |
void |
addSetNullStatements(TypeMirror type,
CodeGeneratorContext ctx) |
public void addEncodeStatements(TypeMirror type, CodeGeneratorContext ctx)
addEncodeStatements in interface CodeGeneratorDelegatepublic void addDecodeStatements(TypeMirror type, CodeGeneratorContext ctx)
addDecodeStatements in interface CodeGeneratorDelegatepublic void addSetNullStatements(TypeMirror type, CodeGeneratorContext ctx)
addSetNullStatements in interface CodeGeneratorDelegatepublic boolean accepts(TypeMirror type)
accepts in interface CodeGeneratorDelegateCopyright © 2015–2017. All rights reserved.