Class ModeledAsValueObjectInContext

java.lang.Object
com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaClass>
org.contextmapper.archunit.conditions.ModeledAsValueObjectInContext

public class ModeledAsValueObjectInContext extends com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaClass>
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.tngtech.archunit.lang.ArchCondition

    com.tngtech.archunit.lang.ArchCondition.ConditionByPredicate<T extends com.tngtech.archunit.base.HasDescription & com.tngtech.archunit.core.domain.properties.HasSourceCodeLocation>
  • Method Summary

    Modifier and Type
    Method
    Description
    beModeledAsValueObjectInCML(org.contextmapper.dsl.contextMappingDSL.BoundedContext cmlContext)
     
    void
    check(com.tngtech.archunit.core.domain.JavaClass javaClass, com.tngtech.archunit.lang.ConditionEvents events)
     

    Methods inherited from class com.tngtech.archunit.lang.ArchCondition

    and, as, finish, forSubtype, from, getDescription, init, or, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • check

      public void check(com.tngtech.archunit.core.domain.JavaClass javaClass, com.tngtech.archunit.lang.ConditionEvents events)
      Specified by:
      check in class com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaClass>
    • beModeledAsValueObjectInCML

      public static ModeledAsValueObjectInContext beModeledAsValueObjectInCML(org.contextmapper.dsl.contextMappingDSL.BoundedContext cmlContext)