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.
タイプ「String」のフィールドは、シリアル化コントローラーの結果に表示されません
result.use(Results.json()).indented().from(list).serialize();
一部のフィールドは表示され、nullの場合は表示されません。必要なフィールドは、「String」と入力し、「get」と「sets」を実装することです。これは常に入力されます。
PS:私はvraptorフレームワークを使用しています
「インクルード」を使用して解決しました。
result.use(Results.json()).indented().from(list) .include("codigoComposto").serialize();