Interface ClassInfo
- All Known Implementing Classes:
SourceIdentifier
@ProviderType
public interface ClassInfo
This interface provides information about classes that will be generated by the
JavaClassBackendCompiler
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name.Returns the class' package name.Returns the class simple name.
-
Method Details
-
getSimpleClassName
String getSimpleClassName()Returns the class simple name.- Returns:
- the class simple name
-
getPackageName
String getPackageName()Returns the class' package name.- Returns:
- the class' package name
-
getFullyQualifiedClassName
String getFullyQualifiedClassName()Returns the fully qualified class name.- Returns:
- the fully qualified class name
-