[][src]Module serde_generate::java

Support for code-generation in Java

Structs

Installer

Functions

output

Output class definitions for the given registry. All definitions are "public static" definitions within a single class class_name.

output_with_external_dependencies_and_comments

Same as output but accepts an optional package name, external definitions, and comments.

write_source_files

Same as output_with_comments_and_external_definitions but generates one separate source file per class. Source files will be located in a subdirectory of install_dir corresponding to the given package name (if any, otherwise install_dir it self).