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.
次のようにMyExceptionをマーシャルするプロバイダーがサーバーにあります
Response.ok(myExceptionObj, MediaType.APPLICATION_JSON).status(Response.Status.BAD_REQUEST).build();
例外オブジェクトを取り戻すことができるように、CXFのResponseExceptionMapperを実装する方法を知りたいです。
私はResponseExceptionMapperを使用して仕事をしてきました。