Uses of Class
cloud.opencode.base.reflect.bean.PropertyDescriptor
Packages that use PropertyDescriptor
-
Uses of PropertyDescriptor in cloud.opencode.base.reflect.bean
Methods in cloud.opencode.base.reflect.bean that return PropertyDescriptorModifier and TypeMethodDescriptionBeanMap.getPropertyDescriptor(String name) Gets property descriptor by name 按名称获取属性描述符static PropertyDescriptorOpenBean.getPropertyDescriptor(Class<?> clazz, String propertyName) Gets a property descriptor by name 按名称获取属性描述符Methods in cloud.opencode.base.reflect.bean that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionstatic Map<String, PropertyDescriptor> OpenBean.getPropertyDescriptors(Class<?> clazz) Gets all property descriptors for a class 获取类的所有属性描述符Constructor parameters in cloud.opencode.base.reflect.bean with type arguments of type PropertyDescriptorModifierConstructorDescriptionBeanMap(T bean, Map<String, PropertyDescriptor> descriptors) Creates a BeanMap 创建BeanMapBeanMap(T bean, Map<String, PropertyDescriptor> descriptors, boolean ignoreUnknownProperties) Creates a BeanMap with configuration 创建带配置的BeanMap