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