Uses of Class
io.datarouter.model.field.FieldKeyAttributeKey
| Package | Description |
|---|---|
| io.datarouter.model.field | |
| io.datarouter.model.field.imp | |
| io.datarouter.model.field.imp.enums |
-
Uses of FieldKeyAttributeKey in io.datarouter.model.field
Fields in io.datarouter.model.field with type parameters of type FieldKeyAttributeKey Modifier and Type Field Description protected Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>>BaseFieldKey. attributesMethods in io.datarouter.model.field that return FieldKeyAttributeKey Modifier and Type Method Description FieldKeyAttributeKey<T>FieldKeyAttribute. getKey()Methods in io.datarouter.model.field that return types with arguments of type FieldKeyAttributeKey Modifier and Type Method Description Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>>BaseFieldKey. getAttributes()Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>>FieldKey. getAttributes()Methods in io.datarouter.model.field with parameters of type FieldKeyAttributeKey Modifier and Type Method Description <U extends FieldKeyAttribute<U>>
Optional<U>BaseFieldKey. findAttribute(FieldKeyAttributeKey<U> key)<U extends FieldKeyAttribute<U>>
Optional<U>FieldKey. findAttribute(FieldKeyAttributeKey<U> key)Constructor parameters in io.datarouter.model.field with type arguments of type FieldKeyAttributeKey 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 FieldKeyAttributeKey in io.datarouter.model.field.imp
Constructor parameters in io.datarouter.model.field.imp with type arguments of type FieldKeyAttributeKey Constructor Description StringFieldKey(String name, String columnName, boolean nullable, FieldGeneratorType fieldGeneratorType, String defaultValue, int size, Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes) -
Uses of FieldKeyAttributeKey in io.datarouter.model.field.imp.enums
Constructor parameters in io.datarouter.model.field.imp.enums with type arguments of type FieldKeyAttributeKey Constructor Description IntegerEnumFieldKey(String name, String columnName, boolean nullable, Class<E> enumClass, FieldGeneratorType fieldGeneratorType, E defaultValue, E sampleValue, Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes)