Class MetaSchema.AbstractSchemaFieldGenerator
java.lang.Object
ch.rswk.meta.engine.MetaSchema.AbstractSchemaFieldGenerator
- All Implemented Interfaces:
MetaSchema.FieldGenerator
- Direct Known Subclasses:
MetaSchema.BooleanFieldGenerator, MetaSchema.DateFieldGenerator, MetaSchema.DateTimeFieldGenerator, MetaSchema.FileFieldGenerator, MetaSchema.GeoPointFieldGenerator, MetaSchema.IdFieldGenerator, MetaSchema.IntegerFieldGenerator, MetaSchema.NumberFieldGenerator, MetaSchema.StringFieldGenerator, MetaSchema.UuidFieldGenerator, MetaSchemaTest.TestSchemaFieldGenerator
- Enclosing class:
MetaSchema
public abstract static class MetaSchema.AbstractSchemaFieldGenerator
extends Object
implements MetaSchema.FieldGenerator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MetaSchema.FieldGenerator
appendFields, putAnalyzers, putPointConfigs
-
Constructor Details
-
AbstractSchemaFieldGenerator
public AbstractSchemaFieldGenerator()
-
-
Method Details
-
schema
- Returns:
- json schema based on
MetaSchema.JSON_DRAFT_SCHEMA_URI - See Also:
-
typeRef
-
type
type returns the name of the schema type. The final typeRef is prefixed withMetaSchema.META_URI_SCHEME.
-