Uses of Class
org.miaixz.bus.core.bean.path.BeanPath
Packages that use BeanPath
-
Uses of BeanPath in org.miaixz.bus.core.bean.path
Methods in org.miaixz.bus.core.bean.path that return BeanPathModifier and TypeMethodDescriptionBeanPath.next()创建Bean路径static <T> BeanPath<T> BeanPath.of(String expression, NodeBeanFactory<T> beanFactory) 创建Bean路径Methods in org.miaixz.bus.core.bean.path with parameters of type BeanPathModifier and TypeMethodDescription创建Bean beanPath对应当前的路径,即如果父对象为:a,则beanPath为:a.b,则创建的Bean为:a.b.c对应的Bean对象 给定的a一定存在,但是本路径中b对应的Bean不存在,则创建的对象是b的值,这个值用c表示获取Bean对应节点的值设置节点值