Interface BeanPath.PathSegment

All Known Implementing Classes:
BeanPath.IndexSegment, BeanPath.MapKeySegment, BeanPath.PropertySegment
Enclosing class:
BeanPath

public static sealed interface BeanPath.PathSegment permits BeanPath.PropertySegment, BeanPath.IndexSegment, BeanPath.MapKeySegment
Path segment interface | 路径段接口
Since:
JDK 25, opencode-base-core V1.0.0
Author:
Leon Soo www.LeonSoo.com
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the segment value | 返回段值
  • Method Details

    • value

      String value()
      Returns the segment value | 返回段值
      Returns:
      the segment value | 段值