T
- public static class TransformationResult.TransformationResultImpl<T> extends Object implements TransformationResult<T>
TransformationResult.TransformationResultImpl<T>
Constructor and Description |
---|
TransformationResultImpl(T bean,
Collection<TransformationProblem> problems) |
Modifier and Type | Method and Description |
---|---|
T |
get() |
Collection<TransformationProblem> |
getProblems()
Mis-configured properties, failed conversion of sub-parts etc.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transformationResult
public TransformationResultImpl(T bean, Collection<TransformationProblem> problems)
public T get()
get
in interface TransformationResult<T>
public Collection<TransformationProblem> getProblems()
TransformationResult
getProblems
in interface TransformationResult<T>
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.