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