public class CommonMemberFormatter extends Object implements MessageMemberFormatter
| Modifier and Type | Field and Description |
|---|---|
protected net.morimekta.util.io.IndentedPrintWriter |
writer |
| Constructor and Description |
|---|
CommonMemberFormatter(net.morimekta.util.io.IndentedPrintWriter writer,
JHelper helper,
GeneratorOptions generatorOptions,
JavaOptions javaOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendClassAnnotations(JMessage<?> message) |
void |
appendConstants(JMessage<?> message) |
void |
appendConstructors(JMessage<?> message) |
void |
appendFields(JMessage<?> message) |
void |
appendMethods(JMessage<?> message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendExtraProperties, getExtraImplementspublic CommonMemberFormatter(net.morimekta.util.io.IndentedPrintWriter writer,
JHelper helper,
GeneratorOptions generatorOptions,
JavaOptions javaOptions)
public void appendClassAnnotations(JMessage<?> message) throws GeneratorException
appendClassAnnotations in interface MessageMemberFormatterGeneratorExceptionpublic void appendConstants(JMessage<?> message) throws GeneratorException
appendConstants in interface MessageMemberFormatterGeneratorExceptionpublic void appendFields(JMessage<?> message) throws GeneratorException
appendFields in interface MessageMemberFormatterGeneratorExceptionpublic void appendConstructors(JMessage<?> message) throws GeneratorException
appendConstructors in interface MessageMemberFormatterGeneratorExceptionpublic void appendMethods(JMessage<?> message) throws GeneratorException
appendMethods in interface MessageMemberFormatterGeneratorExceptionCopyright © 2015–2018 morimekta.net. All rights reserved.