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

      T getOrDefault(T defaultValue)
    • getMulti

      List<T> getMulti()
    • getParent

      Optional<?> getParent()
    • getParentMulti

      List<?> getParentMulti()
    • resultCount

      int resultCount()
    • getPaths

      List<Mapper.Path> getPaths()
    • getErrorPaths

      List<Mapper.Path> getErrorPaths()
    • getErrors

      List<String> getErrors()