Class TypeSupport


  • class TypeSupport
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static TypeSupport INSTANCE  
      private java.lang.reflect.Method isSealed  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TypeSupport​(java.lang.reflect.Method isSealed)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isSealed​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isSealed

        private final java.lang.reflect.Method isSealed
    • Constructor Detail

      • TypeSupport

        private TypeSupport​(java.lang.reflect.Method isSealed)
    • Method Detail

      • isSealed

        boolean isSealed​(java.lang.Class<?> type)