Package uk.co.real_logic.sbe.generation
Interface CodeGenerator
- All Known Implementing Classes:
CGenerator,CppDtoGenerator,CppGenerator,CSharpDtoGenerator,CSharpGenerator,GolangGenerator,JavaDtoGenerator,JavaGenerator,RustGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Abstraction for code generators to implement.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate()Generate the complete set of types and messages for a schema.
-
Method Details
-
generate
Generate the complete set of types and messages for a schema.- Throws:
IOException- if an error is encountered when writing the output.
-