レコードクラスの使用箇所
org.springframework.boot.json.JsonWriter.MemberPath
JsonWriter.MemberPath を使用するパッケージ
org.springframework.boot.json 内の JsonWriter.MemberPath 使用
修飾子と型メソッド説明JsonWriter.MemberPath.child(int index) 指定されたインデックスを持つこのパスから新しい子を作成します。このパスから指定された名前で新しい子を作成します。static JsonWriter.MemberPath指定された文字列から新しいJsonWriter.MemberPathインスタンスを作成します。@Nullable JsonWriter.MemberPathJsonWriter.MemberPath.parent()parentレコードコンポーネントの値を返します。型 JsonWriter.MemberPath のパラメーターを持つ org.springframework.boot.json のメソッド修飾子と型メソッド説明@Nullable StringSEJsonWriter.NameProcessor.processName(JsonWriter.MemberPath path, StringSE existingName) JSON メンバーの新しい名前を返します。メンバー全体をフィルタリングする必要がある場合はnullを返します。@Nullable TJsonWriter.ValueProcessor.processValue(JsonWriter.MemberPath path, @Nullable T value) 指定されたパスの値を処理します。型 JsonWriter.MemberPath の型引数を持つ org.springframework.boot.json のメソッドパラメーター修飾子と型メソッド説明voidJsonWriter.Members.applyingPathFilter(PredicateSE<JsonWriter.MemberPath> predicate) JSON に書き込まれるメンバーを制限するために使用するフィルターを追加します。default JsonWriter.ValueProcessor<T> JsonWriter.ValueProcessor.whenHasPath(PredicateSE<JsonWriter.MemberPath> predicate) 指定されたパス述語に一致するメンバーにのみ適用される、このプロセッサーから新しいプロセッサーを返します。型 JsonWriter.MemberPath のパラメーターを持つ org.springframework.boot.json のコンストラクター修飾子コンストラクター説明MemberPath(@Nullable JsonWriter.MemberPath parent, @Nullable StringSE name, int index) MemberPathレコードクラスのインスタンスを作成します。