spring-native icon indicating copy to clipboard operation
spring-native copied to clipboard

Read and expose fields via ClassDescriptor.

Open christophstrobl opened this issue 3 years ago • 0 comments

Provide FieldDescriptors for fields belonging to the class described by ClassDescriptor.

The exposed information should cover:

  • name
  • type
  • signature
  • annotations
  • access level
  • access methods (get/set/is/wither)

christophstrobl avatar Feb 04 '21 08:02 christophstrobl