java.lang.Object
org.inferred.freebuilder.processor.source.Excerpts

public class Excerpts extends Object
  • Field Details

    • EMPTY

      public static final Excerpt EMPTY
  • Constructor Details

    • Excerpts

      private Excerpts()
  • Method Details

    • add

      public static Excerpt add(String fmt, Object... args)
    • generated

      public static Excerpt generated(Class<?> generator)
      Returns an excerpt of the Generated annotation, if available, with value set to the full name of the generator class as recommended.
    • join

      public static Excerpt join(String separator, Iterable<?> excerpts)
    • appendJoined

      private static void appendJoined(SourceBuilder source, String separator, Iterable<?> excerpts)