MirrorFieldGetInvoker<T, V> typedef

MirrorFieldGetInvoker<T, V> = V? Function(T bean)

属性的get代理执行器

Implementation

typedef MirrorFieldGetInvoker<T, V> = V? Function(T bean);