io.activej.json.JsonConstructorN 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 JsonConstructorN {
R create(Object[] params) throws JsonValidationException;
}