You cannot use python data types with the builder. They must be java types. You need java.lang.String
in place of unicode
. (Java's strings are unicode.)
2 Likes
You cannot use python data types with the builder. They must be java types. You need java.lang.String
in place of unicode
. (Java's strings are unicode.)