Class ReturnValueParser


  • public class ReturnValueParser
    extends java.lang.Object
    ReturnValueParser.
    Since:
    2.1
    Author:
    Alfonso de la Vega
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.Object> getValues​(java.util.List<java.lang.Object> elements)  
      static java.lang.Object obtainValue​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

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

      • ReturnValueParser

        public ReturnValueParser()
    • Method Detail

      • obtainValue

        public static java.lang.Object obtainValue​(java.lang.Object obj)
      • getValues

        public static java.util.List<java.lang.Object> getValues​(java.util.List<java.lang.Object> elements)