Class YearIntegerConverter

    • Constructor Detail

      • YearIntegerConverter

        public YearIntegerConverter()
    • Method Detail

      • toMemberType

        public Year toMemberType​(Integer val)
        Description copied from interface: TypeConverter
        Method to convert the passed datastore value to the member type.
        Specified by:
        toMemberType in interface TypeConverter<Year,​Integer>
        Parameters:
        val - Value from the datastore
        Returns:
        Value for the member
      • toDatastoreType

        public Integer toDatastoreType​(Year year)
        Description copied from interface: TypeConverter
        Method to convert the passed member value to the datastore type.
        Specified by:
        toDatastoreType in interface TypeConverter<Year,​Integer>
        Parameters:
        year - Value from the member
        Returns:
        Value for the datastore