5556575859606162
throw new MapperException("AjPropertyValue cannot map: " + aValue.getClass().getName()); } @Override public JSONValue toJSON(Object aPojo) throws MapperException { ObjectMapper objectMapper = new ObjectMapper(); return objectMapper.toJSON(aPojo); }
4950515253545556
7071727374757677
6465666768697071
throw new MapperException("BooleanMapper cannot map: " + aValue.getClass().getName()); } @Override public JSONValue toJSON(Object aPojo) throws MapperException { ObjectMapper objectMapper = new ObjectMapper(); return objectMapper.toJSON(aPojo); }