Record Class ESExprCodec.FailurePath.Positional

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExprCodec.FailurePath.Positional
Record Components:
constructor - The name of the constructor.
index - The index of the positional argument.
next - The next part of the path.
All Implemented Interfaces:
ESExprCodec.FailurePath
Enclosing interface:
ESExprCodec.FailurePath

public static record ESExprCodec.FailurePath.Positional(String constructor, int index, ESExprCodec.FailurePath next) extends Record implements ESExprCodec.FailurePath
Indicates that the next part of the path is a positional argument.