T
- bean object, conversion resultpublic interface TransformationResult<T>
Modifier and Type | Interface and Description |
---|---|
static class |
TransformationResult.TransformationResultImpl<T>
Default impl class.
|
Modifier and Type | Method and Description |
---|---|
T |
get() |
Collection<TransformationProblem> |
getProblems()
Mis-configured properties, failed conversion of sub-parts etc.
|
static <T> TransformationResult<T> |
transformationResult(T bean,
Collection<TransformationProblem> problems) |
static <T> TransformationResult<T> transformationResult(T bean, Collection<TransformationProblem> problems)
T get()
Collection<TransformationProblem> getProblems()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.