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.
是否有一个内置库允许从 jaxb 属性中获取 xpath 表达式或值。
例如,如果我下面的类是由 jaxb 生成的(注释被删除)
@ ... public Person { private Address address; private String name; }
我想找出地址属性映射到的 xpath 表达式。
是否有现有的库可以做到这一点(不使用反射)?