Class HolidaysApiImpl

java.lang.Object
net.dreamlu.mica.holidays.impl.HolidaysApiImpl
All Implemented Interfaces:
HolidaysApi, org.springframework.beans.factory.InitializingBean

public class HolidaysApiImpl extends Object implements HolidaysApi, org.springframework.beans.factory.InitializingBean
节假日实现
Author:
L.cm
  • Constructor Details

    • HolidaysApiImpl

      public HolidaysApiImpl()
  • Method Details

    • getDaysType

      public DaysType getDaysType(LocalDate localDate)
      Description copied from interface: HolidaysApi
      获取日期类型
      Specified by:
      getDaysType in interface HolidaysApi
      Parameters:
      localDate - LocalDate
      Returns:
      DaysType
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception