io.activej.json.JsonConstructor6 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 JsonConstructor6 {
R create(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6) throws JsonValidationException;
}