Package foodev.jsondiff.jsonwrap.gson

Examples of foodev.jsondiff.jsonwrap.gson.GsonWrapper


import foodev.jsondiff.jsonwrap.gson.GsonWrapper;

public class GsonDiff extends JsonDiff {

  public GsonDiff() {
    super(new GsonWrapper());
  }
View Full Code Here

TOP

Related Classes of foodev.jsondiff.jsonwrap.gson.GsonWrapper

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.