![JAR search and dependency download from the Maven repository](/logo.png)
io.vulpine.lib.json.schema.v4.trait.HasOrInteger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-schema-builder Show documentation
Show all versions of json-schema-builder Show documentation
Java API for constructing json schema
The newest version!
package io.vulpine.lib.json.schema.v4.trait;
import io.vulpine.lib.json.schema.v4.IntegerSchema;
/**
* @param
* Extension type
*
* @since 2.0
*/
public interface HasOrInteger
{
IntegerSchema orAsInteger();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy