Package io.datarouter.model.field.imp
Class LocalDateFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<LocalDate,LocalDateFieldKey>
io.datarouter.model.field.imp.LocalDateFieldKey
public class LocalDateFieldKey extends PrimitiveFieldKey<LocalDate,LocalDateFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description LocalDateFieldKey(String name) -
Method Summary
Modifier and Type Method Description LocalDateFieldcreateValueField(LocalDate value)LocalDateFieldKeywithColumnName(String columnNameOverride)Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, generateRandomValue, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isCollection, isFixedLength, isNullable, toString, with