Interface SoyFileSetProvider


public interface SoyFileSetProvider
Interface via DI to acquire a SoyFileSet.
Since:
1.2.1
Author:
Sam Gammon (sam@bloombox.io)
  • Method Summary

    Modifier and Type
    Method
    Description
    default com.google.template.soy.jbcsrc.api.SoySauce
     
    com.google.template.soy.SoyFileSet
     
  • Method Details

    • provideSoyFileSet

      @Nullable com.google.template.soy.SoyFileSet provideSoyFileSet()
      Returns:
      Soy file set to render templates with
    • provideCompiledTemplates

      @Nullable default com.google.template.soy.jbcsrc.api.SoySauce provideCompiledTemplates()
      Returns:
      Compiled set of Soy templates, if supported