Class CollectionPropertyParser<T extends Collection<Object>>
java.lang.Object
pro.taskana.common.internal.configuration.parser.CollectionPropertyParser<T>
- All Implemented Interfaces:
PropertyParser<T>
public class CollectionPropertyParser<T extends Collection<Object>>
extends Object
implements PropertyParser<T>
-
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
-
CollectionPropertyParser
-
-
Method Details
-
getTargetClass
- Specified by:
getTargetClassin interfacePropertyParser<T extends Collection<Object>>
-
parse
- Specified by:
parsein interfacePropertyParser<T extends Collection<Object>>
-