Class ReachabilityMetadata

    • Field Detail

      • FIELD_OR_METHOD_NAME

        public static final String FIELD_OR_METHOD_NAME
        Key used to specify the name of a field or method
        See Also:
        Constant Field Values
      • PARAMETER_TYPES

        public static final String PARAMETER_TYPES
        Key used to list the method parameter types.
        See Also:
        Constant Field Values
      • TYPE_NAME

        public static final String TYPE_NAME
        Key used to specify the name of a type.

        Since GraalVM for JDK 23 it will be called "type".

        See Also:
        Constant Field Values
      • FIELDS

        public static final String FIELDS
        Key used to specify the list of fields available for reflection.
        See Also:
        Constant Field Values
      • METHODS

        public static final String METHODS
        Key used to specify the list of methods available for reflection.
        See Also:
        Constant Field Values