Package com.vaadin.hilla.parser.models
Class AnnotatedAbstractModel
java.lang.Object
com.vaadin.hilla.parser.models.AnnotatedAbstractModel
- All Implemented Interfaces:
AnnotatedModel
- Direct Known Subclasses:
ArraySignatureModel,BaseSignatureModel,ClassInfoModel,ClassRefSignatureModel,FieldInfoModel,JacksonModel,MethodInfoModel,MethodParameterInfoModel,PackageInfoModel,TypeArgumentModel,TypeParameterModel,TypeVariableModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract List<AnnotationInfoModel> protected static List<AnnotationInfoModel> processAnnotations(@NonNull Annotation[] annotations) protected static List<AnnotationInfoModel> processAnnotations(List<io.github.classgraph.AnnotationInfo> annotations) protected static List<AnnotationInfoModel> processAnnotations(Stream<io.github.classgraph.AnnotationInfo> annotations)
-
Constructor Details
-
AnnotatedAbstractModel
public AnnotatedAbstractModel()
-
-
Method Details
-
processAnnotations
-
processAnnotations
protected static List<AnnotationInfoModel> processAnnotations(List<io.github.classgraph.AnnotationInfo> annotations) -
processAnnotations
protected static List<AnnotationInfoModel> processAnnotations(Stream<io.github.classgraph.AnnotationInfo> annotations) -
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotatedModel
-
prepareAnnotations
-