Uses of Interface
ch.rswk.meta.engine.MetaSchema.FieldGenerator
Packages that use MetaSchema.FieldGenerator
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of MetaSchema.FieldGenerator in ch.rswk.meta.engine
Classes in ch.rswk.meta.engine that implement MetaSchema.FieldGeneratorModifier and TypeClassDescriptionstatic class
MetaTypeFieldGenerator generates Lucene fields when encountering an object of the specified type.static class
NamedFieldGenerator generates Lucene fields when ecnountering a field with the specified name.static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
Fields in ch.rswk.meta.engine declared as MetaSchema.FieldGeneratorModifier and TypeFieldDescriptionprivate static final MetaSchema.FieldGenerator
MetaSchema.ILLEGAL_FIELD_GENERATOR
Fields in ch.rswk.meta.engine with type parameters of type MetaSchema.FieldGeneratorModifier and TypeFieldDescriptionprivate final Map
<String, MetaSchema.FieldGenerator> MetaSchema.generatorsByFieldName
Method parameters in ch.rswk.meta.engine with type arguments of type MetaSchema.FieldGeneratorModifier and TypeMethodDescriptionprivate void
MetaSchema.registerGenerators
(Set<MetaSchema.FieldGenerator> generators) Constructor parameters in ch.rswk.meta.engine with type arguments of type MetaSchema.FieldGenerator -
Uses of MetaSchema.FieldGenerator in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger that return types with arguments of type MetaSchema.FieldGenerator -
Uses of MetaSchema.FieldGenerator in ch.rswk.meta.engine.test
Classes in ch.rswk.meta.engine.test that implement MetaSchema.FieldGenerator -
Uses of MetaSchema.FieldGenerator in ch.rswk.meta.engine.test.dagger
Methods in ch.rswk.meta.engine.test.dagger that return types with arguments of type MetaSchema.FieldGenerator