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