Spring JSON cast class property to other class dynamically

后端 未结 0 1949
不知归路
不知归路 2020-12-28 17:51

I have an (more) entity, which has a UserEntity class (creator). Etc:

@Entity 
class TestEntity {

@ManyToOne
private UserEntity creator;


}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题