Class ResultOfExtractor

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.Object,​java.lang.Object>

    class ResultOfExtractor
    extends java.lang.Object
    implements java.util.function.Function<java.lang.Object,​java.lang.Object>
    Extractor for extracting data by a method name.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String methodName  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultOfExtractor​(java.lang.String methodName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object input)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • methodName

        private final java.lang.String methodName
    • Constructor Detail

      • ResultOfExtractor

        ResultOfExtractor​(java.lang.String methodName)
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object input)
        Specified by:
        apply in interface java.util.function.Function<java.lang.Object,​java.lang.Object>