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)
    • isAnnotatedWith

      static com.tngtech.archunit.base.DescribedPredicate<com.tngtech.archunit.core.domain.properties.CanBeAnnotated> isAnnotatedWith(Class<?> type)
    • isAnnotatedWith

      static com.tngtech.archunit.base.DescribedPredicate<com.tngtech.archunit.core.domain.properties.CanBeAnnotated> isAnnotatedWith(String type)