Class JavaDtoGenerator
java.lang.Object
uk.co.real_logic.sbe.generation.java.JavaDtoGenerator
- All Implemented Interfaces:
CodeGenerator
DTO generator for the Java programming language.
-
Constructor Summary
ConstructorsConstructorDescriptionJavaDtoGenerator(Ir ir, OutputManager outputManager) Create a new C# DTOCodeGenerator. -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate()Generate the complete set of types and messages for a schema.
-
Constructor Details
-
JavaDtoGenerator
Create a new C# DTOCodeGenerator.- Parameters:
ir- for the messages and types.outputManager- for generating the DTOs to.
-
-
Method Details
-
generate
Generate the complete set of types and messages for a schema.- Specified by:
generatein interfaceCodeGenerator- Throws:
IOException- if an error is encountered when writing the output.
-