Uses of Class
com.vaadin.hilla.parser.models.MethodInfoModel
Packages that use MethodInfoModel
Package
Description
-
Uses of MethodInfoModel in com.vaadin.hilla.parser.models
Methods in com.vaadin.hilla.parser.models that return MethodInfoModelModifier and TypeMethodDescriptionMethodParameterInfoModel.getOwner()static MethodInfoModelMethodInfoModel.of(@NonNull io.github.classgraph.MethodInfo origin) Deprecated.static MethodInfoModelMethodInfoModel.of(@NonNull Executable origin) protected abstract MethodInfoModelMethodParameterInfoModel.prepareOwner()Methods in com.vaadin.hilla.parser.models that return types with arguments of type MethodInfoModelModifier and TypeMethodDescriptionMethodInfoModel.getCommonModelClass()ClassInfoModel.getMethods()protected abstract List<MethodInfoModel> ClassInfoModel.prepareMethods()Methods in com.vaadin.hilla.parser.models with parameters of type MethodInfoModelModifier and TypeMethodDescriptionbooleanMethodInfoModel.equalsIgnoreParameters(MethodInfoModel other) -
Uses of MethodInfoModel in com.vaadin.hilla.parser.models.jackson
Methods in com.vaadin.hilla.parser.models.jackson that return MethodInfoModelModifier and TypeMethodDescriptionprotected MethodInfoModelJacksonPropertyModel.prepareGetter()protected MethodInfoModelJacksonPropertyModel.prepareSetter() -
Uses of MethodInfoModel in com.vaadin.hilla.parser.plugins.backbone.nodes
Methods in com.vaadin.hilla.parser.plugins.backbone.nodes with parameters of type MethodInfoModelModifier and TypeMethodDescriptionstatic @NonNull MethodNodeMethodNode.of(@NonNull MethodInfoModel model) Constructors in com.vaadin.hilla.parser.plugins.backbone.nodes with parameters of type MethodInfoModelModifierConstructorDescriptionprotectedMethodNode(@NonNull MethodInfoModel source, @NonNull io.swagger.v3.oas.models.PathItem target)