Interface ValuesExtractor

    • Method Detail

      • extractValue

        <T> T extractValue​(String dataPath)
                    throws Exception
        Extracts the value at the given path
        Type Parameters:
        T - type of the value to retrieve
        Parameters:
        dataPath - the data path
        Returns:
        the value at the given path
        Throws:
        Exception - if an error occurs