public class HazelcastPortableMessageFormatter extends Object implements MessageMemberFormatter
| Modifier and Type | Field and Description |
|---|---|
static String |
PORTABLE_CLASS |
static String |
PORTABLE_READER_CLASS |
static String |
PORTABLE_WRITER_CLASS |
static String |
WRAPPER_CLASS_NAME |
| Constructor and Description |
|---|
HazelcastPortableMessageFormatter(net.morimekta.util.io.IndentedPrintWriter writer,
JHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendMethods(JMessage<?> message) |
Collection<String> |
getExtraImplements(JMessage<?> message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendClassAnnotations, appendConstants, appendConstructors, appendExtraProperties, appendFieldspublic static final String PORTABLE_CLASS
public static final String PORTABLE_READER_CLASS
public static final String PORTABLE_WRITER_CLASS
public static final String WRAPPER_CLASS_NAME
public HazelcastPortableMessageFormatter(net.morimekta.util.io.IndentedPrintWriter writer,
JHelper helper)
public Collection<String> getExtraImplements(JMessage<?> message) throws net.morimekta.providence.generator.GeneratorException
getExtraImplements in interface MessageMemberFormatternet.morimekta.providence.generator.GeneratorExceptionpublic void appendMethods(JMessage<?> message) throws net.morimekta.providence.generator.GeneratorException
appendMethods in interface MessageMemberFormatternet.morimekta.providence.generator.GeneratorExceptionCopyright © 2015–2020 morimekta.net. All rights reserved.