gpt4 book ai didi

Java RegEx 从 getter 和/或 setter 中查找变量?

转载 作者:行者123 更新时间:2023-12-01 11:13:56 25 4
gpt4 key购买 nike

我想知道是否有人知道一个 java 正则表达式来从 java bean 方法名称中“提取”变量名称。

例如:

isABoolean         should return aBoolean
getMyInteger should return myInteger
setAnotherVariable should return anotherVariable
notAGetterMethod should return nothing
isnotmymethod should return nothing

我知道我可以使用 ((is)|(get)|(set)){1} 来匹配方法前缀,但我在查找以下大写字符及其替换小写字符时遇到问题.

最佳答案

您可能想使用类 java.beans.Introspector目标类中获取属性的名称。请参阅 List property names of a Bean 中的完整示例.

关于Java RegEx 从 getter 和/或 setter 中查找变量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32059197/

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