Interface IValueExtractor

    • Method Detail

      • extract

        Object extract​(MappingSet ms)
        Extracts the desired value from the given mapping set.
        Parameters:
        ms - The mapping set from which to extract the value.
        Returns:
        The desired value, or null if the set does not contain a value at the specified location.
      • getType

        Class<?> getType()
        Gets the type of the value that would be returned by extract(MappingSet).
        Returns:
        The actual Java class of the object representing the extracted value.