Interface FlatFileMappingProcessor.MappingConsumer<T>
- Enclosing class:
- FlatFileMappingProcessor<TYPE extends com.rosetta.model.lib.RosettaModelObjectBuilder>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Details
-
accept
List<FlatFileMappingProcessor.PathValue<?>> accept(Map<String, Integer> indexes, String xmlValue, FlatFileMappingProcessor.PathValue<T> pathValue)
-