public interface LangAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
alias(Writer writer,
String shortName) |
void |
assocBeanConstructor(Writer writer,
String shortName) |
void |
beginAssocClass(Writer writer,
String shortName,
String origShortName) |
void |
beginClass(Writer writer,
String shortName) |
void |
fetch(Writer writer,
String origShortName) |
void |
fieldDefn(Writer writer,
String propertyName,
String typeDefn) |
void |
rootBeanConstructor(Writer writer,
String shortName) |
static final String NEWLINE
void beginClass(Writer writer, String shortName) throws IOException
IOExceptionvoid beginAssocClass(Writer writer, String shortName, String origShortName) throws IOException
IOExceptionvoid alias(Writer writer, String shortName) throws IOException
IOExceptionvoid rootBeanConstructor(Writer writer, String shortName) throws IOException
IOExceptionvoid assocBeanConstructor(Writer writer, String shortName) throws IOException
IOExceptionvoid fetch(Writer writer, String origShortName) throws IOException
IOExceptionvoid fieldDefn(Writer writer, String propertyName, String typeDefn) throws IOException
IOExceptionCopyright © 2018. All rights reserved.