Class JsonCustomSchema

    • Field Detail

      • factory

        public java.lang.String factory
        Name of the factory class for this schema.

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

      • operand

        public java.util.Map<java.lang.String,​java.lang.Object> operand
        Contains attributes to be passed to the factory.

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

    • Constructor Detail

      • JsonCustomSchema

        public JsonCustomSchema()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object