Package io.higson.runtime.level
Class LevelArraySplitter
java.lang.Object
io.higson.runtime.level.LevelArraySplitter
- Author:
- Maciej Główka on 06.03.2020
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsplit(String value, LevelArraySplitter.SplitConfiguration splitConfiguration, LevelArraySplitter.DecoderConfiguration decoderConfiguration)
-
Constructor Details
-
LevelArraySplitter
public LevelArraySplitter()
-
-
Method Details
-
split
public ValueHolder[] split(String value, LevelArraySplitter.SplitConfiguration splitConfiguration, LevelArraySplitter.DecoderConfiguration decoderConfiguration) - Parameters:
value- matrix cell value containing array valuessplitConfiguration- contains cell type andOutputLevelArraySeparatorarray separator that will be used to split valuesdecoderConfiguration- containsValueDecoderto use and decode splitted values with use of givenctx- Returns:
ValueHolderarray containing splitted and decoded matrix cell values
-