Class SimpleParser<T>
java.lang.Object
pro.taskana.common.internal.configuration.parser.SimpleParser<T>
- All Implemented Interfaces:
PropertyParser<T>
- Direct Known Subclasses:
CustomHolidayParser,LocalTimeIntervalParser
-
Field Summary
Fields inherited from interface pro.taskana.common.internal.configuration.parser.PropertyParser
PROPERTY_INITIALIZER_BY_CLASS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.taskana.common.internal.configuration.parser.PropertyParser
parse, parse, validateTargetField
-
Constructor Details
-
SimpleParser
-
-
Method Details
-
parse
- Specified by:
parsein interfacePropertyParser<T>
-
getTargetClass
- Specified by:
getTargetClassin interfacePropertyParser<T>
-
splitStringAndTrimElements
-