Hi, Java 14 record cannot be applied to template without explicit getters. I guess the reason is that Java 14 record type's default getters don't have prefix "get", but name is same as its property.