Node2BeanProcessor
instead.@Deprecated public interface Content2BeanProcessor
Modifier and Type | Interface and Description |
---|---|
static class |
Content2BeanProcessor.Factory
Deprecated.
since 4.5, we should use IoC. However, we'll leave the processor as is for now.
|
Modifier and Type | Method and Description |
---|---|
Object |
setProperties(Object bean,
Content node,
boolean recursive,
Content2BeanTransformer transformer,
ComponentProvider componentProvider)
Deprecated.
Similar to
toBean() but uses a passed bean as the root bean. |
Object |
toBean(Content node,
boolean recursive,
Content2BeanTransformer transformer,
ComponentProvider componentProvider)
Deprecated.
Transforms the node to a bean using the passed transformer and component provider.
|
Object toBean(Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider) throws Content2BeanException
Content2BeanException
Object setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider) throws Content2BeanException
toBean()
but uses a passed bean as the root bean.Content2BeanException
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.