Interface SchemaNull

All Superinterfaces:
Prototype.Api, SchemaItem
All Known Implementing Classes:
SchemaNull.BuilderBase.SchemaNullImpl

public interface SchemaNull extends Prototype.Api, SchemaItem
Json schema related to the null types.
See Also:
  • Method Details

    • builder

      static SchemaNull.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      static SchemaNull.Builder builder(SchemaNull instance)
      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static SchemaNull create()
      Create a new instance with default values.
      Returns:
      a new instance
    • schemaType

      SchemaType schemaType()