Interface SourceLoader<I extends SourceInfo>

  • Type Parameters:
    I - Тип мета информации
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SourceLoader<I extends SourceInfo>
    Загрузчик метаданных из внешних источников
    • Method Detail

      • load

        <S extends SourceMetadata> S load​(I info,
                                          java.lang.String params)
        Считать метаданную по мета информации
        Type Parameters:
        S - Тип считанной метаданной
        Parameters:
        info - Мета информация
        Returns:
        Считанная метаданная