Class ReflectionHelper.RecordSupportedHelper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method getName  
      private java.lang.reflect.Method getRecordComponents  
      private java.lang.reflect.Method getType  
      private java.lang.reflect.Method isRecord  
    • 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)  
      <T> java.lang.reflect.Constructor<T> getCanonicalRecordConstructor​(java.lang.Class<T> raw)  
      (package private) java.lang.String[] getRecordComponentNames​(java.lang.Class<?> raw)  
      (package private) boolean isRecord​(java.lang.Class<?> raw)  
      • Methods inherited from class java.lang.Object

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

      • isRecord

        private final java.lang.reflect.Method isRecord
      • getRecordComponents

        private final java.lang.reflect.Method getRecordComponents
      • getName

        private final java.lang.reflect.Method getName
      • getType

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

      • RecordSupportedHelper

        private RecordSupportedHelper()
                               throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException