Class CustomHolidayParser
- java.lang.Object
-
- pro.taskana.common.internal.configuration.parser.SimpleParser<CustomHoliday>
-
- pro.taskana.common.internal.configuration.parser.CustomHolidayParser
-
- All Implemented Interfaces:
PropertyParser<CustomHoliday>
public class CustomHolidayParser extends SimpleParser<CustomHoliday>
-
-
Field Summary
-
Fields inherited from interface pro.taskana.common.internal.configuration.parser.PropertyParser
PROPERTY_INITIALIZER_BY_CLASS
-
-
Constructor Summary
Constructors Constructor Description CustomHolidayParser()
-
Method Summary
-
Methods inherited from class pro.taskana.common.internal.configuration.parser.SimpleParser
getTargetClass, parse, splitStringAndTrimElements
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pro.taskana.common.internal.configuration.parser.PropertyParser
parse, parse, validateTargetField
-
-