- All Known Subinterfaces:
IGeneratedDefinitionClass,IGeneratedModuleClass
public interface IGeneratedClass
Provides information about a generated Java class file.
This interface represents a Java class that has been generated during Metaschema processing, providing access to both the physical file location and the type information for the generated class.
-
Method Summary
Modifier and TypeMethodDescriptionGet the file the class was written to.com.squareup.javapoet.ClassNameGet the type info for the class.
-
Method Details
-
getClassFile
Path getClassFile()Get the file the class was written to.- Returns:
- the class file path
-
getClassName
com.squareup.javapoet.ClassName getClassName()Get the type info for the class.- Returns:
- the class's type info
-