Interface FieldDescription

    • Field Detail

      • NO_DEFAULT_VALUE

        static final java.lang.Object NO_DEFAULT_VALUE
        A representative of a field's non-set default value.
    • Method Detail

      • getType

        TypeDescription.Generic getType()
        Returns the type of the described field.
        Returns:
        The type of the described field.
      • getActualModifiers

        int getActualModifiers()
        Returns the field's actual modifiers as it is present in a class file, i.e. its modifiers including a flag if this field is deprecated.
        Returns:
        The field's actual modifiers.
      • asSignatureToken

        FieldDescription.SignatureToken asSignatureToken()
        Returns a signature token representing this field.
        Returns:
        A signature token representing this field.