MCPcopy Create free account
hub / github.com/apache/fory / get_module_class_name

Method get_module_class_name

compiler/fory_compiler/generators/java.py:119–121  ·  view source on GitHub ↗

Get the generated module class name.

(self)

Source from the content-addressed store, hash-verified

117 return self.schema.package
118
119 def get_module_class_name(self) -> str:
120 """Get the generated module class name."""
121 return self._module_class_name_for_schema(self.schema)
122
123 def get_java_outer_classname(self) -> Optional[str]:
124 """Get the Java outer classname if specified.

Callers 5

generate_module_fileMethod · 0.95
_module_namesMethod · 0.45

Calls 1

Tested by

no test coverage detected