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 java.util.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 java.util.Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>>BaseFieldKey. getAttributes()java.util.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>>
java.util.Optional<U>BaseFieldKey. findAttribute(FieldKeyAttributeKey<U> key)<U extends FieldKeyAttribute<U>>
java.util.Optional<U>FieldKey. findAttribute(FieldKeyAttributeKey<U> key)Constructor parameters in io.datarouter.model.field with type arguments of type FieldKeyAttributeKey Constructor Description BaseFieldKey(java.lang.String name, java.lang.String columnName, boolean nullable, com.google.gson.reflect.TypeToken<T> valueType, FieldGeneratorType fieldGeneratorType, T defaultValue, java.util.Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes)BaseFieldKey(java.lang.String name, java.lang.String columnName, boolean nullable, java.lang.Class<T> valueType, FieldGeneratorType fieldGeneratorType, T defaultValue, java.util.Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes)PrimitiveFieldKey(java.lang.String name, java.lang.String columnName, boolean nullable, java.lang.Class<T> valueType, FieldGeneratorType fieldGeneratorType, T defaultValue, java.util.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(java.lang.String name, java.lang.String columnName, boolean nullable, FieldGeneratorType fieldGeneratorType, java.lang.String defaultValue, int size, java.util.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(java.lang.String name, java.lang.String columnName, boolean nullable, java.lang.Class<E> enumClass, FieldGeneratorType fieldGeneratorType, E defaultValue, E sampleValue, java.util.Map<FieldKeyAttributeKey<?>,FieldKeyAttribute<?>> attributes)