Interface PropertyParser<T>
- All Known Implementing Classes:
CollectionPropertyParser,CustomHolidayParser,EnumPropertyParser,LocalTimeIntervalParser,MapPropertyParser,SimpleParser
public interface PropertyParser<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyParser<?>getPropertyParser(Class<?> forClass) Class<?>parse(Map<String, String> properties, String separator, Field field, TaskanaProperty taskanaProperty) default booleanvalidateTargetField(Field field)
-
Field Details
-
PROPERTY_INITIALIZER_BY_CLASS
-
-
Method Details
-
getPropertyParser
-
getTargetClass
Class<?> getTargetClass() -
parse
-
parse
-
parse
-
validateTargetField
-