Package be.dnsbelgium.rdap.jackson

Examples of be.dnsbelgium.rdap.jackson.CustomObjectMapper


  private final ObjectMapper mapper;

  public RDAPClient(HttpClient httpClient) {
    this.httpClient = httpClient;
    this.mapper = new CustomObjectMapper();
  }
View Full Code Here


    return converter;
  }

  @Bean
  public ObjectMapper getObjectMapper() {
    return new CustomObjectMapper();
  }
View Full Code Here

TOP

Related Classes of be.dnsbelgium.rdap.jackson.CustomObjectMapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.