try {
objectNode = (ObjectNode) mapper.reader()
.without(DeserializationFeature.UNWRAP_ROOT_VALUE)
.readTree(jsonParser);
} catch (IOException e) {
throw new DNSAPIClientJsonMappingException(
DNSAPIClientJsonMappingExceptionCode.unexpectedMappingError,
e, getTextualBeanType(), e.getMessage());
}
NameServerInterface nameServerInterface = new NameServerInterface();