Transform string into code in Java

前端 未结 4 1253
说谎
说谎 2021-02-06 08:47

I got a strange case. In the given database, I got a record that has a VARCHAR field, so in my entity model I added this field, plus getters and setters. Now is the

4条回答
  •  伪装坚强ぢ
    2021-02-06 09:27

    You should look at the Java Scripting API. There are a couple of projects which implement this API to allow you to add the ability to run scripts your Java code.

提交回复
热议问题