Uses of Class
io.datarouter.model.field.encoding.FieldGeneratorType
-
Uses of FieldGeneratorType in io.datarouter.model.field
Fields in io.datarouter.model.field declared as FieldGeneratorType Modifier and Type Field Description protected FieldGeneratorTypeBaseFieldKey. fieldGeneratorTypeMethods in io.datarouter.model.field that return FieldGeneratorType Modifier and Type Method Description FieldGeneratorTypeBaseFieldKey. getAutoGeneratedType()FieldGeneratorTypeFieldKey. getAutoGeneratedType()Constructors in io.datarouter.model.field with parameters of type FieldGeneratorType Constructor Description BaseFieldKey(String name, String columnName, boolean nullable, com.google.gson.reflect.TypeToken<T> valueType, FieldGeneratorType fieldGeneratorType, T defaultValue, Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes)BaseFieldKey(String name, String columnName, boolean nullable, Class<T> valueType, FieldGeneratorType fieldGeneratorType, T defaultValue, Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes)PrimitiveFieldKey(String name, String columnName, boolean nullable, Class<T> valueType, FieldGeneratorType fieldGeneratorType, T defaultValue, Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes) -
Uses of FieldGeneratorType in io.datarouter.model.field.encoding
Methods in io.datarouter.model.field.encoding that return FieldGeneratorType Modifier and Type Method Description static FieldGeneratorTypeFieldGeneratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldGeneratorType[]FieldGeneratorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FieldGeneratorType in io.datarouter.model.field.imp
Constructors in io.datarouter.model.field.imp with parameters of type FieldGeneratorType Constructor Description StringFieldKey(String name, String columnName, boolean nullable, FieldGeneratorType fieldGeneratorType, String defaultValue, int size, Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes) -
Uses of FieldGeneratorType in io.datarouter.model.field.imp.comparable
Methods in io.datarouter.model.field.imp.comparable with parameters of type FieldGeneratorType Modifier and Type Method Description IntegerFieldKeyIntegerFieldKey. withFieldGeneratorType(FieldGeneratorType fieldGeneratorTypeOverride)LongFieldKeyLongFieldKey. withFieldGeneratorType(FieldGeneratorType fieldGeneratorTypeOverride) -
Uses of FieldGeneratorType in io.datarouter.model.field.imp.enums
Constructors in io.datarouter.model.field.imp.enums with parameters of type FieldGeneratorType Constructor Description IntegerEnumFieldKey(String name, String columnName, boolean nullable, Class<E> enumClass, FieldGeneratorType fieldGeneratorType, E defaultValue, E sampleValue, Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes) -
Uses of FieldGeneratorType in io.datarouter.model.field.imp.positive
Methods in io.datarouter.model.field.imp.positive with parameters of type FieldGeneratorType Modifier and Type Method Description UInt63FieldKeyUInt63FieldKey. withFieldGeneratorType(FieldGeneratorType fieldGeneratorTypeOverride)Deprecated.