Class Types

java.lang.Object
org.springframework.modulith.core.Types

class Types extends Object
Author:
Oliver Drotbohm
  • Constructor Details

    • Types

      Types()
  • Method Details

    • loadIfPresent

      @Nullable static <T> Class<T> loadIfPresent(String name)
    • residesInPackageAnnotatedWith

      static com.tngtech.archunit.base.DescribedPredicate<com.tngtech.archunit.core.domain.JavaClass> residesInPackageAnnotatedWith(Class<? extends Annotation> type)
      Creates a new DescribedPredicate to match classes
      Parameters:
      type - must not be null.
      Returns:
      will never be null.
      Since:
      1.2