Class ReflectionHelper.RecordNotSupportedHelper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method getAccessor​(java.lang.Class<?> raw, java.lang.reflect.Field field)  
      (package private) <T> java.lang.reflect.Constructor<T> getCanonicalRecordConstructor​(java.lang.Class<T> raw)  
      (package private) java.lang.String[] getRecordComponentNames​(java.lang.Class<?> clazz)  
      (package private) boolean isRecord​(java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait