Class AbtrsactArrayParser<V>
java.lang.Object
de.objektkontor.config.valueparser.AbtrsactArrayParser<V>
- All Implemented Interfaces:
ValueParser<V>
- Direct Known Subclasses:
BooleanValueParser,DateValueParser,DurationValueParser,EnumValueParser,IntegerValueParser,LongValueParser,StringValueParser,URLValueParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected V[]createArray(Class<V> elementType, int size) V[]parseValues(String values, Class<V> resultType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.objektkontor.config.ValueParser
parseValue
-
Constructor Details
-
AbtrsactArrayParser
public AbtrsactArrayParser()
-
-
Method Details
-
parseValues
- Specified by:
parseValuesin interfaceValueParser<V>- Throws:
Exception
-
createArray
-