public interface CodeGeneratorDelegate
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(TypeMirror type) |
void |
addDecodeStatements(TypeMirror type,
CodeGeneratorContext ctx) |
void |
addEncodeStatements(TypeMirror type,
CodeGeneratorContext ctx) |
default void |
addSetNullStatements(TypeMirror type,
CodeGeneratorContext ctx) |
void addEncodeStatements(TypeMirror type, CodeGeneratorContext ctx)
void addDecodeStatements(TypeMirror type, CodeGeneratorContext ctx)
default void addSetNullStatements(TypeMirror type, CodeGeneratorContext ctx)
boolean accepts(TypeMirror type)
Copyright © 2015–2018. All rights reserved.