Class AdhereToCmlDomainEventStructure
- java.lang.Object
-
- com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaClass>
-
- org.contextmapper.archunit.conditions.AdhereToCmlDomainObjectStructure
-
- org.contextmapper.archunit.conditions.AdhereToCmlDomainEventStructure
-
public class AdhereToCmlDomainEventStructure extends AdhereToCmlDomainObjectStructure
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdhereToCmlDomainEventStructure
adhereToCmlDomainEventStructure(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
-
adhereToCmlDomainEventStructure
public static AdhereToCmlDomainEventStructure adhereToCmlDomainEventStructure(org.contextmapper.dsl.contextMappingDSL.BoundedContext cmlContext)
-
-