java.lang.Object
dev.hilla.parser.models.AnnotatedAbstractModel
dev.hilla.parser.models.PackageInfoModel
- All Implemented Interfaces:
AnnotatedModel,Model,NamedModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static PackageInfoModelof(io.github.classgraph.PackageInfo origin) Deprecated.static PackageInfoModeltoString()Methods inherited from class dev.hilla.parser.models.AnnotatedAbstractModel
getAnnotations, prepareAnnotations, processAnnotations, processAnnotations, processAnnotationsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.hilla.parser.models.Model
get, isReflection, isSourceMethods inherited from interface dev.hilla.parser.models.NamedModel
getName
-
Constructor Details
-
PackageInfoModel
public PackageInfoModel()
-
-
Method Details