Package | Description |
---|---|
info.magnolia.config.registry | |
info.magnolia.jcr.node2bean | |
info.magnolia.jcr.node2bean.impl | |
info.magnolia.map2bean | |
info.magnolia.transformer |
Modifier and Type | Method and Description |
---|---|
DefinitionProvider<T> |
DefinitionProviderBuilder.buildFromTransformationResult(TransformationResult<T> transformationResult) |
Modifier and Type | Method and Description |
---|---|
<T> TransformationResult<T> |
Node2BeanProcessor.transform(javax.jcr.Node node,
Class<T> type,
Node2BeanTransformer transformer)
Helper method which complements
ToBeanTransformer interface allowing Node2Bean processing to be accomplished
with a custom transformer instance . |
Modifier and Type | Method and Description |
---|---|
<T> TransformationResult<T> |
Node2BeanProcessorImpl.transform(javax.jcr.Node source,
Class<T> type) |
<T> TransformationResult<T> |
Node2BeanProcessorImpl.transform(javax.jcr.Node source,
Class<T> type,
Node2BeanTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
<T> TransformationResult<T> |
Map2BeanTransformer.transform(Map<String,Object> map,
Class<T> targetType) |
Modifier and Type | Class and Description |
---|---|
static class |
TransformationResult.TransformationResultImpl<T>
Default impl class.
|
Modifier and Type | Method and Description |
---|---|
<T> TransformationResult<T> |
ToBeanTransformer.transform(SRC_T source,
Class<T> type) |
static <T> TransformationResult<T> |
TransformationResult.transformationResult(T bean,
Collection<TransformationProblem> problems) |
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.