Class Guava

java.lang.Object
com.tngtech.archunit.base.Guava

@Internal public final class Guava extends Object
NOTE: We keep Google Guava out of the public API and use the Gradle Shadow plugin to repackage the internally used Guava classes. This ensures they do not clash with other versions of Guava we might encounter while scanning classes from the classpath.
  • Constructor Details

    • Guava

      public Guava()
  • Method Details

    • toGuava

      public static <T> com.google.common.base.Predicate<T> toGuava(DescribedPredicate<T> predicate)
    • toGuava

      public static <F, T> com.google.common.base.Function<F,T> toGuava(Function<F,T> function)