Uses of Class
com.vaadin.hilla.parser.models.AnnotationInfoModel
Packages that use AnnotationInfoModel
-
Uses of AnnotationInfoModel in com.vaadin.hilla.parser.models
Methods in com.vaadin.hilla.parser.models that return AnnotationInfoModelModifier and TypeMethodDescriptionstatic AnnotationInfoModelAnnotationInfoModel.of(@NonNull io.github.classgraph.AnnotationInfo origin) Deprecated.static AnnotationInfoModelAnnotationInfoModel.of(@NonNull Annotation origin) Methods in com.vaadin.hilla.parser.models that return types with arguments of type AnnotationInfoModelModifier and TypeMethodDescriptionAnnotatedAbstractModel.getAnnotations()AnnotatedModel.getAnnotations()AnnotationInfoModel.getCommonModelClass()protected abstract List<AnnotationInfoModel>AnnotatedAbstractModel.prepareAnnotations()protected abstract List<AnnotationInfoModel>ClassRefSignatureModel.prepareAnnotations()protected static List<AnnotationInfoModel>AnnotatedAbstractModel.processAnnotations(@NonNull Annotation[] annotations) protected static List<AnnotationInfoModel>AnnotatedAbstractModel.processAnnotations(List<io.github.classgraph.AnnotationInfo> annotations) protected static List<AnnotationInfoModel>AnnotatedAbstractModel.processAnnotations(Stream<io.github.classgraph.AnnotationInfo> annotations) -
Uses of AnnotationInfoModel in com.vaadin.hilla.parser.models.jackson
Methods in com.vaadin.hilla.parser.models.jackson that return types with arguments of type AnnotationInfoModelModifier and TypeMethodDescriptionprotected List<AnnotationInfoModel>JacksonPropertyModel.prepareAnnotations()