Package foodev.jsondiff

Source Code of foodev.jsondiff.JacksonDiff

package foodev.jsondiff;

import foodev.jsondiff.jsonwrap.jackson.JacksonWrapper;

public class JacksonDiff extends JsonDiff {

  public JacksonDiff() {
    super(new JacksonWrapper());
  }

}
TOP

Related Classes of foodev.jsondiff.JacksonDiff

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.