Interface KotlinMetadata
public interface KotlinMetadata
Information about a type in case it's a Kotlin type.
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptiondeterminePrimaryConstructor(List<ExecutableElement> constructors) List<? extends TypeMirror> booleanboolean
-
Method Details
-
isDataClass
boolean isDataClass() -
isSealedClass
boolean isSealedClass() -
determinePrimaryConstructor
-
getPermittedSubclasses
List<? extends TypeMirror> getPermittedSubclasses()
-