Christoph Strobl
Christoph Strobl
This PR contains updates for the data samples (r2dbc, jdbc, jpa, redis, mongodb & cassandra), switching to latest spring-data 2022.0.0-SNAPSHOT builds. Some of the samples contain additionally required hints and...
Provide ``FieldDescriptor``s for fields belonging to the class described by `ClassDescriptor`. The exposed information should cover: - name - type - signature - annotations - access level - access methods...
Read and expose type signature information for classes, methods (args, return type) via `ClassDescriptor` and `MethodDescriptor`. ```java // Lcom/example/BaseObject; class SomeObject extends BaseObject ```