gpt4 book ai didi

swing - 在 Fest 中实现匹配器的 Groovy 闭包

转载 作者:行者123 更新时间:2023-12-01 19:36:21 25 4
gpt4 key购买 nike

我正在尝试使用 Groovy (2.1.6) 为 Fest 创建一个闭包匹配器,如下所示:

def matcherLabel = [ isMatching: { JLabel label -> /* do something */ } ] as GenericTypeMatcher<JLabel>

GenericTypeMatcher是一个抽象类,只有一个方法实现(isMatching(T t))

但是我得到这个错误:

org.codehaus.groovy.runtime.typehandling.GroovyCastException: Error casting map to org.fest.swing.core.GenericTypeMatcher, Reason: null
at org.codehaus.groovy.runtime.DefaultGroovyMethods.asType(DefaultGroovyMethods.java:7562)

这可能是我正在尝试做的事情吗?

最佳答案

您的问题是 GenericTypeMatcher 类没有默认的零参数构造函数。将映射转换为类似 ComponentMatcher 的接口(interface)。如果您不能使用接口(interface),另一种替代方法是子类化 GenericTypeMatcher 并提供零参数构造函数。

关于swing - 在 Fest 中实现匹配器的 Groovy 闭包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18451531/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com