Class AdhereToCmlValueObjectStructure
- java.lang.Object
-
- com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaClass>
-
- org.contextmapper.archunit.conditions.AdhereToCmlDomainObjectStructure
-
- org.contextmapper.archunit.conditions.AdhereToCmlValueObjectStructure
-
public class AdhereToCmlValueObjectStructure extends AdhereToCmlDomainObjectStructure
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdhereToCmlValueObjectStructure
adhereToCmlValueObjectStructure(org.contextmapper.dsl.contextMappingDSL.BoundedContext cmlContext)
protected java.lang.Class<? extends org.contextmapper.tactic.dsl.tacticdsl.DomainObject>
getDomainObjectType()
-
Methods inherited from class org.contextmapper.archunit.conditions.AdhereToCmlDomainObjectStructure
check
-
-
-
-
Method Detail
-
getDomainObjectType
protected java.lang.Class<? extends org.contextmapper.tactic.dsl.tacticdsl.DomainObject> getDomainObjectType()
- Specified by:
getDomainObjectType
in classAdhereToCmlDomainObjectStructure
-
adhereToCmlValueObjectStructure
public static AdhereToCmlValueObjectStructure adhereToCmlValueObjectStructure(org.contextmapper.dsl.contextMappingDSL.BoundedContext cmlContext)
-
-