Skip to content

Commit cf6beed

Browse files
authored
Merge pull request #1174 from bronsa/patch-1
Update README to clarify default value resolvers
2 parents 95a42d0 + 509820d commit cf6beed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ In short, from a helper you can throw an Exception and Handlebars.java will add
658658
Where is the ```hookContextStack``` method? Well, it depends on your application architecture.
659659

660660
### Using the ValueResolver
661-
By default, Handlebars.java use the JavaBean methods (i.e. public getXxx and isXxx methods) and Map as value resolvers.
661+
By default, Handlebars.java use the JavaBean methods (i.e. public getXxx and isXxx methods), Map as value and Method as value resolvers.
662662

663663
You can choose a different value resolver. This section describe how to do this.
664664

0 commit comments

Comments
 (0)