Examples of PersistentEntityJackson2Module


Examples of org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module

   * Jackson module responsible for intelligently serializing and deserializing JSON that corresponds to an entity.
   *
   * @return
   */
  private Module persistentEntityJackson2Module() {
    return new PersistentEntityJackson2Module(resourceMappings(), persistentEntities(), config(),
        uriToEntityConverter());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.