クラス SyntacticSugar

java.lang.ObjectSE
org.springframework.modulith.core.SyntacticSugar

class SyntacticSugar extends ObjectSE
DescribedPredicate の構成をより読みやすくするためのヘルパー。
導入:
1.2
作成者:
Oliver Drotbohm
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    (package private) static <T> com.tngtech.archunit.base.DescribedPredicate<T>
    are(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    (package private) static <T> com.tngtech.archunit.base.DescribedPredicate<T>
    doNotHave(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    (package private) static <T> com.tngtech.archunit.base.DescribedPredicate<T>
    has(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    (package private) static <T> com.tngtech.archunit.base.DescribedPredicate<T>
    have(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    (package private) static <T> com.tngtech.archunit.base.DescribedPredicate<T>
    is(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    (package private) static com.tngtech.archunit.base.DescribedPredicate<com.tngtech.archunit.core.domain.properties.CanBeAnnotated>
    (package private) static com.tngtech.archunit.base.DescribedPredicate<com.tngtech.archunit.core.domain.properties.CanBeAnnotated>

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • SyntacticSugar

      SyntacticSugar()
  • メソッドの詳細

    • isAnnotatedWith

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

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

      static <T> com.tngtech.archunit.base.DescribedPredicate<T> are(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    • has

      static <T> com.tngtech.archunit.base.DescribedPredicate<T> has(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    • have

      static <T> com.tngtech.archunit.base.DescribedPredicate<T> have(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    • is

      static <T> com.tngtech.archunit.base.DescribedPredicate<T> is(com.tngtech.archunit.base.DescribedPredicate<T> predicate)
    • doNotHave

      static <T> com.tngtech.archunit.base.DescribedPredicate<T> doNotHave(com.tngtech.archunit.base.DescribedPredicate<T> predicate)