What is the easiest way to compare Java POJO

前端 未结 0 1434
温柔的废话
温柔的废话 2020-12-04 23:13

I have a class

public class A
{
    @Nonnull
    private final String m_a;

    @CheckForNull
    private final B m_b;

    @Nonnull
    private final List<         


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