Function generate_java_code

Source
pub fn generate_java_code(m: &Manifest, package: &str) -> String
Expand description

Renders the Java (Chicory) host adapter source for a manifest: a <Name>HostFunctions class in the given package, with typed handler interfaces and Chicory HostFunction registrations. Unlike generate_java, this function does not validate the manifest.