tomj74 / chunk-templates

Chunk Templates, a template engine for Java
http://www.x5software.com/chunk/
MIT License
77 stars 10 forks source link

Let chunk find is<property> method, when returning Boolean #29

Open dkutenicsova opened 5 years ago

dkutenicsova commented 5 years ago

Having a Boolean property, chunk only recognizes its read methods, when the methos id called 'get'. Fix this by making Boolean an exception and search for its is method explicitly.

Signed-off-by: Dana Kutenicsova dkutenicsova@frinx.io