Uses of Class
com.vaadin.hilla.parser.models.AnnotationInfoModel
Packages that use AnnotationInfoModel
Package
Description
-
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() -
Uses of AnnotationInfoModel in com.vaadin.hilla.parser.plugins.backbone.nodes
Methods in com.vaadin.hilla.parser.plugins.backbone.nodes that return types with arguments of type AnnotationInfoModelModifier and TypeMethodDescriptionAnnotatedNode.getAnnotations()CompositeTypeSignatureNode.getAnnotations()TypeSignatureNode.getAnnotations()Constructor parameters in com.vaadin.hilla.parser.plugins.backbone.nodes with type arguments of type AnnotationInfoModelModifierConstructorDescriptionprotectedTypeSignatureNode(SignatureModel source, io.swagger.v3.oas.models.media.Schema<?> target, List<AnnotationInfoModel> annotations, Integer position)