Skip to content

Commit

Permalink
Add reference to isXxx methods in *Using the ValueResolver*
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesharnais committed Apr 1, 2016
1 parent 6dd7643 commit 1292847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ In short, from a helper you can throw an Exception and Handlebars.java will add
Where is the ```hookContextStack``` method? Well, it depends on your application architecture.

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

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

Expand Down

0 comments on commit 1292847

Please sign in to comment.