Uses of Interface
org.miaixz.bus.core.lang.reflect.Invoker
Packages that use Invoker
-
Uses of Invoker in org.miaixz.bus.core.bean.desc
Fields in org.miaixz.bus.core.bean.desc declared as InvokerModifier and TypeFieldDescriptionprotected InvokerPropDesc.getterGetter方法protected InvokerPropDesc.setterSetter方法Methods in org.miaixz.bus.core.bean.desc that return InvokerModifier and TypeMethodDescriptiondefault Invoker获取Getter方法,如果不存在返回nullPropDesc.getGetter()获取Getter方法,可能为nulldefault Invoker获取Setter方法,如果不存在返回nullPropDesc.getSetter()获取Setter方法,可能为nullConstructors in org.miaixz.bus.core.bean.desc with parameters of type Invoker -
Uses of Invoker in org.miaixz.bus.core.lang.reflect.field
Classes in org.miaixz.bus.core.lang.reflect.field that implement Invoker -
Uses of Invoker in org.miaixz.bus.core.lang.reflect.method
Classes in org.miaixz.bus.core.lang.reflect.method that implement Invoker