com.jayway.jsonpath.internal.spi.mapper.Factory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-path Show documentation
Show all versions of json-path Show documentation
Java port of Stefan Goessner JsonPath.
package com.jayway.jsonpath.internal.spi.mapper;
public interface Factory {
T createInstance();
}