Class ExamplesMapper


  • public class ExamplesMapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExamplesMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> mapExamples​(java.util.List<Example> from)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExamplesMapper

        public ExamplesMapper()
    • Method Detail

      • mapExamples

        public java.util.Map<java.lang.String,​java.lang.Object> mapExamples​(java.util.List<Example> from)