クラス JSONPathNode.ObjectKeyCheckerNode
java.lang.Object
io.github.takenoko4096.json.JSONPathNode<JSONObject, JSONPathNode.Pair<String, JSONObject>>
io.github.takenoko4096.json.JSONPathNode.ObjectKeyCheckerNode
- 含まれているクラス:
JSONPathNode<S extends JSONStructure, T>
public static final class JSONPathNode.ObjectKeyCheckerNode
extends JSONPathNode<JSONObject, JSONPathNode.Pair<String, JSONObject>>
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース JSONPathNode
JSONPathNode.ArrayIndexFinderNode, JSONPathNode.ArrayIndexNode, JSONPathNode.ObjectKeyCheckerNode, JSONPathNode.ObjectKeyNode, JSONPathNode.Pair<A,B> -
フィールドの概要
クラスから継承されたフィールド JSONPathNode
child, parameter -
メソッドの概要
修飾子とタイプメソッド説明<U> @Nullable Uaccess(JSONObject structure, BiFunction<JSONObject, Object, @Nullable U> function) copy()@Nullable JSONObjectget(JSONObject structure) toString()
-
メソッドの詳細
-
get
- 定義:
getクラス内JSONPathNode<JSONObject, JSONPathNode.Pair<String, JSONObject>>
-
access
public <U> @Nullable U access(JSONObject structure, BiFunction<JSONObject, Object, @Nullable U> function) - 定義:
accessクラス内JSONPathNode<JSONObject, JSONPathNode.Pair<String, JSONObject>>
-
copy
- 定義:
copyクラス内JSONPathNode<JSONObject, JSONPathNode.Pair<String, JSONObject>>
-
toString
- 定義:
toStringクラス内JSONPathNode<JSONObject, JSONPathNode.Pair<String, JSONObject>>
-