Record Class ESExprCodec.FailurePath.Keyword

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

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