Interface IGeneratedClass
- All Known Subinterfaces:
IGeneratedDefinitionClass
,IGeneratedModuleClass
public interface IGeneratedClass
-
Method Summary
Modifier and TypeMethodDescriptionThe file the class was written to.com.squareup.javapoet.ClassName
The type info for the class.
-
Method Details
-
getClassFile
The file the class was written to.- Returns:
- the class file
-
getClassName
com.squareup.javapoet.ClassName getClassName()The type info for the class.- Returns:
- the class's type info
-