Package com.vaadin.hilla.parser.models
Class AnnotationInfoModel
java.lang.Object
com.vaadin.hilla.parser.models.AnnotationInfoModel
- All Implemented Interfaces:
Model,NamedModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static AnnotationInfoModelof(@NonNull io.github.classgraph.AnnotationInfo origin) Deprecated.static AnnotationInfoModelof(@NonNull Annotation origin) protected abstract Optional<ClassInfoModel> protected abstract Set<AnnotationParameterModel> toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vaadin.hilla.parser.models.Model
get, isReflection, isSourceMethods inherited from interface com.vaadin.hilla.parser.models.NamedModel
getName
-
Constructor Details
-
AnnotationInfoModel
public AnnotationInfoModel()
-
-
Method Details
-
of
@Deprecated public static AnnotationInfoModel of(@NonNull io.github.classgraph.AnnotationInfo origin) Deprecated. -
of
-
equals
-
getClassInfo
-
getCommonModelClass
- Specified by:
getCommonModelClassin interfaceModel
-
getParameters
-
hashCode
public int hashCode() -
toString
-
prepareClassInfo
-
prepareParameters
-