Package io.datarouter.model.field.imp
Class LocalDateFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<java.time.LocalDate,LocalDateFieldKey>
io.datarouter.model.field.imp.LocalDateFieldKey
- All Implemented Interfaces:
FieldKey<java.time.LocalDate>
public class LocalDateFieldKey extends PrimitiveFieldKey<java.time.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(java.lang.String name) -
Method Summary
Modifier and Type Method Description LocalDateFieldcreateValueField(java.time.LocalDate value)LocalDateFieldKeywithColumnName(java.lang.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
-
Constructor Details
-
LocalDateFieldKey
public LocalDateFieldKey(java.lang.String name)
-
-
Method Details