I’m trying to use guava library from google to create a domain parser.
However it seems that my model make some string conversion. I’m expecting an output as this:
Struct
domain
string 网络
fqdn
string 网络.ac
tld
string ac
tldgroup
string ac
validHostname
boolean true
But instead I get this from my model:
Struct
domain
string 网络
fqdn
string 网络.ac
tld
string ac
tldgroup
string ac
validHostname
boolean true
I’m on Railo 4.2