Class EnumPropertyParser
java.lang.Object
pro.taskana.common.internal.configuration.parser.EnumPropertyParser
- All Implemented Interfaces:
PropertyParser<Enum<?>>
-
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
-
Constructor Details
-
EnumPropertyParser
public EnumPropertyParser()
-
-
Method Details
-
getTargetClass
- Specified by:
getTargetClassin interfacePropertyParser<Enum<?>>
-
validateTargetField
- Specified by:
validateTargetFieldin interfacePropertyParser<Enum<?>>
-
parse
- Specified by:
parsein interfacePropertyParser<Enum<?>>
-