Interface CompileTransformer<D extends Compiled,​C extends CompileContext<?,​?>>

  • Type Parameters:
    D - Тип собранных метаданных
    C - Контекст сборки
    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 CompileTransformer<D extends Compiled,​C extends CompileContext<?,​?>>
    Трансформатор собранных метаданных
    • Method Detail

      • transform

        D transform​(D compiled,
                    C context,
                    CompileProcessor p)
        Трансформировать собранные метаданные
        Parameters:
        compiled - Собранные метаданные
        context - Контекст сборки
        Returns:
        Трансформированные собранные метаданные