Interface MetadataBinder<D extends Compiled>

  • Type Parameters:
    D - Собранные метаданные
    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 MetadataBinder<D extends Compiled>
    Связывание метаданных с данными
    • Method Detail

      • bind

        D bind​(D compiled,
               BindProcessor p)
        Связать метаданные с данными
        Parameters:
        compiled - Собранные метаданные
        p - Процессор связывания
        Returns:
        Связанные метаданные с данными