Interface | Description |
---|---|
ToBeanTransformer<SRC_T> |
Common interface for the utilities which are capable of transforming some type of data into a bean.
|
TransformationProblem |
This introduces to encapsulate the type of problem and the relevant properties.
|
TransformationResult<T> |
This is used to track and aggregate errors during the process of conversion.
|
TypeResolver |
TypeResolver attempts to deduce the object type from the provided
properties related to that object. |
Class | Description |
---|---|
BeanTypeResolver |
BeanTypeResolver is a utility which allows the developers to inject custom bean
type deduction logic into the to-bean transformers.
|
ClassPropertyBasedTypeResolver |
TypeResolver implementation which relies on the presence of the ""
property in the provided bean related data. |
TransformationProblem.Builder |
TransformationProblem builder. |
TransformationResult.TransformationResultImpl<T> |
Default impl class.
|
Enum | Description |
---|---|
TransformationProblem.SeverityType |
Possible types of messages.
|
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.