Package com.rosetta.model.lib.mapper
Interface Mapper<T>
- All Known Subinterfaces:
MapperBuilder<T>
- All Known Implementing Classes:
ComparisonResult,MapperC,MapperS
public interface Mapper<T>
-
Method Details
-
get
T get() -
getOrDefault
-
getMulti
-
getParent
Optional<?> getParent() -
getParentMulti
List<?> getParentMulti() -
resultCount
int resultCount() -
getPaths
List<Mapper.Path> getPaths() -
getErrorPaths
List<Mapper.Path> getErrorPaths() -
getErrors
-