public class ConverterInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
binder |
TypeElement |
converter |
String |
fullName |
boolean |
legacyDeclaration |
String |
reader |
String |
targetSignature |
Element |
targetType |
String |
writer |
| Constructor and Description |
|---|
ConverterInfo(TypeElement converter,
boolean legacyDeclaration,
String reader,
String binder,
String writer,
String defaultValue,
String targetSignature,
Element targetType) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(Writer code) |
void |
read(Writer code) |
void |
write(Writer code) |
public final TypeElement converter
public final boolean legacyDeclaration
public final String fullName
public final String reader
public final String binder
public final String writer
public final String targetSignature
public final Element targetType
public void read(Writer code) throws IOException
IOExceptionpublic void bind(Writer code) throws IOException
IOExceptionpublic void write(Writer code) throws IOException
IOExceptionCopyright © 2023. All rights reserved.