Skip to content

Commit ef09c5d

Browse files
committed
change example to match the name-based one
1 parent d393a3a commit ef09c5d

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

.idea/workspace.xml

Lines changed: 23 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ It supports both traditional dot-notation and type-based path expressions for ac
1010
- Two path expression styles:
1111
- Name-based: `person.address.city`
1212
- Quick, human readable access to fields and methods
13-
- Type-based: `[Player].[ConnectionType]`
13+
- Type-based: `[Entity].[Location].[Place]`
1414
- Easy access to fields and methods by type, to resolve paths dynamically at runtime when you don't know the exact name (e.g. in an obfuscated environment)
1515
- Array type support: `[Item[]]`
1616
- Multiple resolution strategies for type-based paths
1717
- Thread-safe with path caching
18-
- Comprehensive error handling
1918
- Superclass member resolution
2019

2120
## Usage

0 commit comments

Comments
 (0)