Re: [jackson-user] Jackson cannot parse values with hexadecimal digits

2018-04-17 Thread Tatu Saloranta
On Mon, Apr 16, 2018 at 11:31 PM, wrote: > > > string with hexadecimal digits is valid, but jackson can not pase these > values. > Is there a solution or did i miss something? > > > Yes, you are tripped by javac :) You are not including

[jackson-user] Jackson cannot parse values with hexadecimal digits

2018-04-17 Thread hiliulu
string with hexadecimal digits is valid, but jackson can not pase these values. Is there a solution or did i miss something? final ObjectMapper mapper = new ObjectMapper(); //mapper.configure(JsonGenerator.Feature.QUOTE_FIELD_NAMES, false); //