All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vulpine.lib.json.schema.v4.trait.HasRemoveEnum Maven / Gradle / Ivy

package io.vulpine.lib.json.schema.v4.trait;

/**
 * @param 
 *   Extension type
 *
 * @since 2.0
 */
public interface HasRemoveEnum
{
  /**
   * Removes the {@code "enum"} property from the schema.
   *
   * @return a modified instance of {@link T}
   *
   * @since 2.0
   */
  T removeEnum();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy