Class ArchRule.Transformation.As

java.lang.Object
com.tngtech.archunit.lang.ArchRule.Transformation.As
All Implemented Interfaces:
ArchRule.Transformation
Enclosing interface:
ArchRule.Transformation

@Internal
public static final class ArchRule.Transformation.As
extends java.lang.Object
implements ArchRule.Transformation
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.tngtech.archunit.lang.ArchRule.Transformation

    ArchRule.Transformation.As, ArchRule.Transformation.Because
  • Constructor Summary

    Constructors
    Constructor Description
    As​(java.lang.String description)  
  • Method Summary

    Modifier and Type Method Description
    ArchRule apply​(ArchRule rule)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • As

      public As​(java.lang.String description)
  • Method Details