Package se.ansman.kotshi.model
Class AnnotationModel
-
- All Implemented Interfaces:
public final class AnnotationModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAnnotationModel.Value
-
Field Summary
Fields Modifier and Type Field Description private final ClassNameannotationNameprivate final BooleanhasMethodsprivate final Map<String, AnnotationModel.Value<?>>values
-
Constructor Summary
Constructors Constructor Description AnnotationModel(ClassName annotationName, Boolean hasMethods, Map<String, AnnotationModel.Value<?>> values)
-
Method Summary
Modifier and Type Method Description final ClassNamegetAnnotationName()final BooleangetHasMethods()final Map<String, AnnotationModel.Value<?>>getValues()-
-
Constructor Detail
-
AnnotationModel
AnnotationModel(ClassName annotationName, Boolean hasMethods, Map<String, AnnotationModel.Value<?>> values)
-
-
Method Detail
-
getAnnotationName
final ClassName getAnnotationName()
-
getHasMethods
final Boolean getHasMethods()
-
getValues
final Map<String, AnnotationModel.Value<?>> getValues()
-
-
-
-