Class MongoSchemaFactory

  • All Implemented Interfaces:
    SchemaFactory

    public class MongoSchemaFactory
    extends java.lang.Object
    implements SchemaFactory
    Factory that creates a MongoSchema.

    Allows a custom schema to be included in a model.json file.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Schema create​(SchemaPlus parentSchema, java.lang.String name, java.util.Map<java.lang.String,​java.lang.Object> operand)
      Creates a Schema.
      private com.mongodb.MongoCredential createCredentials​(java.util.Map<java.lang.String,​java.lang.Object> map)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MongoSchemaFactory

        public MongoSchemaFactory()
    • Method Detail

      • create

        public Schema create​(SchemaPlus parentSchema,
                             java.lang.String name,
                             java.util.Map<java.lang.String,​java.lang.Object> operand)
        Description copied from interface: SchemaFactory
        Creates a Schema.
        Specified by:
        create in interface SchemaFactory
        Parameters:
        parentSchema - Parent schema
        name - Name of this schema
        operand - The "operand" JSON property
        Returns:
        Created schema
      • createCredentials

        private com.mongodb.MongoCredential createCredentials​(java.util.Map<java.lang.String,​java.lang.Object> map)