public static class AbstractSchema.Factory extends Object implements SchemaFactory
AbstractSchema.| Modifier and Type | Field and Description |
|---|---|
static AbstractSchema.Factory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Schema |
create(SchemaPlus parentSchema,
String name,
Map<String,Object> operand)
Creates a Schema.
|
public static final AbstractSchema.Factory INSTANCE
public Schema create(SchemaPlus parentSchema, String name, Map<String,Object> operand)
SchemaFactorycreate in interface SchemaFactoryparentSchema - Parent schemaname - Name of this schemaoperand - The "operand" JSON propertyCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.