Uses of Interface
pro.taskana.common.internal.configuration.parser.PropertyParser
-
Packages that use PropertyParser Package Description pro.taskana.common.internal.configuration.parser -
-
Uses of PropertyParser in pro.taskana.common.internal.configuration.parser
Classes in pro.taskana.common.internal.configuration.parser that implement PropertyParser Modifier and Type Class Description classCollectionPropertyParser<T extends Collection<Object>>classCustomHolidayParserclassEnumPropertyParserclassLocalTimeIntervalParserclassMapPropertyParserclassSimpleParser<T>Fields in pro.taskana.common.internal.configuration.parser with type parameters of type PropertyParser Modifier and Type Field Description static Map<Class<?>,PropertyParser<?>>PropertyParser. PROPERTY_INITIALIZER_BY_CLASSMethods in pro.taskana.common.internal.configuration.parser that return PropertyParser Modifier and Type Method Description static PropertyParser<?>PropertyParser. getPropertyParser(Class<?> forClass)
-