io.vulpine.lib.json.schema.v4.trait.HasOrArray 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
Checked variations for Java 8+ functional interfaces.
package io.vulpine.lib.json.schema.v4.trait;
import io.vulpine.lib.json.schema.v4.ArraySchema;
/**
* @param
* Extension type
*
* @since 2.0
*/
public interface HasOrArray
{
ArraySchema orAsArray();
}