Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以根据枚举的外部值(例如 ContentType.docType.equals("regtext") ELSE 是否将其设置为 y )将“contentCaptureRegEx”的属性设置为正则表达式“x”。
所以, if(ContentType.docType.equals("regtext")) 构造函数-arg 是 x 否则构造函数-arg 是 y
你可以用Spring Expression Language (SpEL)来做类似的事情。
有一个专门的章节几乎完全符合您的要求:
7.4 定义bean定义的表达式支持