![JAR search and dependency download from the Maven repository](/logo.png)
com.dslplatform.json.runtime.InstanceFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsl-json-java8 Show documentation
Show all versions of dsl-json-java8 Show documentation
DSL Platform compatible Java JSON library (https://dsl-platform.com)
package com.dslplatform.json.runtime;
@FunctionalInterface
public interface InstanceFactory {
F create();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy