Class BinarySerializableFormatter
- java.lang.Object
-
- net.morimekta.providence.generator.format.java.messages.extras.BinarySerializableFormatter
-
- All Implemented Interfaces:
MessageMemberFormatter
public class BinarySerializableFormatter extends java.lang.Object implements MessageMemberFormatter
- Since:
- 08.01.16.
- Author:
- Stein Eldar Johnsen
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringT_SERIALIZE_INSTANCE
-
Constructor Summary
Constructors Constructor Description BinarySerializableFormatter(net.morimekta.util.io.IndentedPrintWriter writer, JHelper helper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendFields(JMessage<?> message)voidappendMethods(JMessage<?> message)-
Methods inherited from interface net.morimekta.providence.generator.format.java.shared.MessageMemberFormatter
appendClassAnnotations, appendConstants, appendConstructors, appendExtraProperties, getExtraImplements
-
-
-
-
Field Detail
-
T_SERIALIZE_INSTANCE
public static final java.lang.String T_SERIALIZE_INSTANCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BinarySerializableFormatter
public BinarySerializableFormatter(net.morimekta.util.io.IndentedPrintWriter writer, JHelper helper)
-
-
Method Detail
-
appendFields
public void appendFields(JMessage<?> message) throws net.morimekta.providence.generator.GeneratorException
- Specified by:
appendFieldsin interfaceMessageMemberFormatter- Throws:
net.morimekta.providence.generator.GeneratorException
-
appendMethods
public void appendMethods(JMessage<?> message)
- Specified by:
appendMethodsin interfaceMessageMemberFormatter
-
-