io.activej.json.JsonConstructor2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of activej-json Show documentation
Show all versions of activej-json Show documentation
JSON Codecs, Codec Factory and JSON utils for ActiveJ project.
The newest version!
package io.activej.json;
public interface JsonConstructor2 {
R create(T1 param1, T2 param2) throws JsonValidationException;
}