Uses of Interface
io.datarouter.model.serialize.fielder.Fielder
-
Uses of Fielder in io.datarouter.model.field
Subinterfaces of Fielder in io.datarouter.model.field Modifier and Type Interface Description interfaceFieldSet<F extends FieldSet<F>>Classes in io.datarouter.model.field that implement Fielder Modifier and Type Class Description classBaseFieldSet<F extends FieldSet<F>>classSimpleFieldSet<F extends FieldSet<F>> -
Uses of Fielder in io.datarouter.model.key
Subinterfaces of Fielder in io.datarouter.model.key Modifier and Type Interface Description interfaceFieldlessIndexEntryPrimaryKey<IK extends FieldlessIndexEntryPrimaryKey<IK,PK,D>,PK extends PrimaryKey<PK>,D extends Databean<PK,D>>interfaceKey<K extends Key<K>>Classes in io.datarouter.model.key that implement Fielder Modifier and Type Class Description classBaseKey<K extends Key<K>> -
Uses of Fielder in io.datarouter.model.key.base
Classes in io.datarouter.model.key.base that implement Fielder Modifier and Type Class Description classBaseBooleanKey<K extends Key<K>>classBaseIntegerKey<K extends Key<K>>classBaseLongKey<K extends Key<K>>classBaseStringKey<K extends Key<K>> -
Uses of Fielder in io.datarouter.model.key.entity
Subinterfaces of Fielder in io.datarouter.model.key.entity Modifier and Type Interface Description interfaceEntityKey<K extends Key<K>>EntityKey defines a unique key for a collection of related databeans. -
Uses of Fielder in io.datarouter.model.key.entity.base
Classes in io.datarouter.model.key.entity.base that implement Fielder Modifier and Type Class Description classBaseEntityKey<EK extends EntityKey<EK>> -
Uses of Fielder in io.datarouter.model.key.primary
Subinterfaces of Fielder in io.datarouter.model.key.primary Modifier and Type Interface Description interfaceEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>interfacePrimaryKey<PK extends PrimaryKey<PK>>A primary key is an ordered set of fields that uniquely identify a Databean among others of the same type.interfaceRegularPrimaryKey<PK extends RegularPrimaryKey<PK>>Classes in io.datarouter.model.key.primary that implement Fielder Modifier and Type Class Description classBasePrimaryKey<PK extends PrimaryKey<PK>> -
Uses of Fielder in io.datarouter.model.key.primary.base
Classes in io.datarouter.model.key.primary.base that implement Fielder Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>> -
Uses of Fielder in io.datarouter.model.key.unique
Subinterfaces of Fielder in io.datarouter.model.key.unique Modifier and Type Interface Description interfaceUniqueKey<K extends Key<K>>Classes in io.datarouter.model.key.unique that implement Fielder Modifier and Type Class Description classBaseUniqueKey<K extends Key<K>> -
Uses of Fielder in io.datarouter.model.key.unique.base
Classes in io.datarouter.model.key.unique.base that implement Fielder Modifier and Type Class Description classBaseLongUniqueKey<K extends Key<K>>classBaseStringUniqueKey<K extends Key<K>> -
Uses of Fielder in io.datarouter.model.serialize
Methods in io.datarouter.model.serialize with parameters of type Fielder Modifier and Type Method Description static <PK extends PrimaryKey<PK>>
PKJsonDatabeanTool. primaryKeyFromJson(Class<PK> pkClass, Fielder<PK> fielder, com.google.gson.JsonObject json)static <PK extends PrimaryKey<PK>>
List<PK>JsonDatabeanTool. primaryKeysFromJson(Class<PK> pkClass, Fielder<PK> fielder, com.google.gson.JsonArray json)static <PK extends PrimaryKey<PK>>
com.google.gson.JsonArrayJsonDatabeanTool. primaryKeysToJson(Iterable<PK> pks, Fielder<PK> fielder)static <PK extends PrimaryKey<PK>>
com.google.gson.JsonObjectJsonDatabeanTool. primaryKeyToJson(PK pk, Fielder<PK> fielder) -
Uses of Fielder in io.datarouter.model.serialize.fielder
Subinterfaces of Fielder in io.datarouter.model.serialize.fielder Modifier and Type Interface Description interfacePrimaryKeyFielder<PK extends PrimaryKey<PK>>Methods in io.datarouter.model.serialize.fielder that return Fielder Modifier and Type Method Description Fielder<PK>BaseDatabeanFielder. getKeyFielder()Fielder<PK>DatabeanFielder. getKeyFielder()Constructor parameters in io.datarouter.model.serialize.fielder with type arguments of type Fielder Constructor Description BaseDatabeanFielder(Supplier<? extends Fielder<PK>> primaryKeyFielderSupplier)