Interface ObjectAttributeTransformer
- All Known Implementing Classes:
NoTransformation
public interface ObjectAttributeTransformer
-
Method Summary
Modifier and TypeMethodDescriptiontransform
(ObjectAttributeBean from) Transform the given ObjectAttributeBean and returns a new transformedObjectAttributeBean
.
-
Method Details
-
transform
Transform the given ObjectAttributeBean and returns a new transformedObjectAttributeBean
. The result of this will be converted and stored in the database- Parameters:
from
- the from type- Returns:
- never returns null.
-