Interface PathSegmentDeserializer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Specifies how to deserialize a path segment. A
PathSegmentDeserializer
can optionally be specified
for PathWalker
and PathTreeWalker
instances. It is needed when reading or writing to maps
that have a non-String key type.-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(Path path, int segmentIndex) Converts the path segment at the specified index to a map key.
-
Method Details
-
deserialize
-