Class ReflectionUtils

java.lang.Object
com.tngtech.archunit.base.ReflectionUtils

@Internal
public class ReflectionUtils
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ReflectionUtils()  
  • Method Summary

    Modifier and Type Method Description
    static <T> T newInstanceOf​(java.lang.Class<T> type)  

    Methods inherited from class java.lang.Object

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

    • ReflectionUtils

      public ReflectionUtils()
  • Method Details

    • newInstanceOf

      public static <T> T newInstanceOf​(java.lang.Class<T> type)