Interface ReflectField

    • Method Detail

      • get

        java.lang.Object get​(java.lang.Object onObject)
      • getName

        java.lang.String getName()
      • getFieldType

        ReflectClass getFieldType()
        The ReflectClass returned by this method should have been provided by the parent reflector.
        Returns:
        the ReflectClass representing the field type as provided by the parent reflector
      • isPublic

        boolean isPublic()
      • isStatic

        boolean isStatic()
      • isTransient

        boolean isTransient()
      • set

        void set​(java.lang.Object onObject,
                 java.lang.Object value)
      • indexType

        ReflectClass indexType()
        The ReflectClass returned by this method should have been provided by the parent reflector.
        Returns:
        the ReflectClass representing the index type as provided by the parent reflector
      • indexEntry

        java.lang.Object indexEntry​(java.lang.Object orig)