-
- All Implemented Interfaces:
-
cz.encircled.joiner.ksp.JoinerTemplate
public final class PropertyInfo implements JoinerTemplate
-
-
Field Summary
Fields Modifier and Type Field Description private final KSTypepropertyTypeprivate final StringpropertyNameprivate final BooleanisInherited
-
Constructor Summary
Constructors Constructor Description PropertyInfo(KSType propertyType, String propertyName, Boolean isInherited, JoinerTemplate template)
-
Method Summary
Modifier and Type Method Description final KSTypegetPropertyType()final StringgetPropertyName()final BooleanisInherited()-
-
Constructor Detail
-
PropertyInfo
PropertyInfo(KSType propertyType, String propertyName, Boolean isInherited, JoinerTemplate template)
-
-
Method Detail
-
getPropertyType
final KSType getPropertyType()
-
getPropertyName
final String getPropertyName()
-
isInherited
final Boolean isInherited()
-
-
-
-