Class JsonCustomSchema


public class JsonCustomSchema extends JsonMapSchema
JSON schema element that represents a custom schema.

Like the base class JsonSchema, occurs within JsonRoot.schemas.

See Also:
  • Field Details

    • factory

      public final String factory
      Name of the factory class for this schema.

      Required. Must implement interface SchemaFactory and have a public default constructor.

    • operand

      public final @Nullable Map<String,Object> operand
      Contains attributes to be passed to the factory.

      May be a JSON object (represented as Map) or null.

  • Constructor Details

  • Method Details