Interface ISourceData

    • Method Detail

      • get

        <T> T get​(Object key,
                  Class<T> expectedClass)
        Returns a data value, converted to the expected class.
        Type Parameters:
        T - the expected class.
        Parameters:
        key - the data entry key.
        expectedClass - the expected class.
        Returns:
        the converted data value.
        Since:
        4.0.4