Class Records


  • public final class Records
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.reflect.Method IS_RECORD  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Records()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isRecord​(java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

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

      • IS_RECORD

        private static final java.lang.reflect.Method IS_RECORD
    • Constructor Detail

      • Records

        private Records()
    • Method Detail

      • isRecord

        public static boolean isRecord​(java.lang.Class<?> clazz)