Class NoTransformation
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.move.NoTransformation
- All Implemented Interfaces:
ObjectAttributeTransformer
Will transform a On
ObjectAttributeBean
to a new one without any transformation The transformed bean will be
without id for itself and all ObjectAttributeValueBean
-
Constructor Summary
ConstructorsConstructorDescriptionNoTransformation
(ObjectTypeAttributeBean fromType, ObjectTypeAttributeBean toType) -
Method Summary
Modifier and TypeMethodDescriptiontransform
(ObjectAttributeBean from) Transform the given ObjectAttributeBean and returns a new transformedObjectAttributeBean
.
-
Constructor Details
-
NoTransformation
-
-
Method Details
-
transform
Description copied from interface:ObjectAttributeTransformer
Transform the given ObjectAttributeBean and returns a new transformedObjectAttributeBean
. The result of this will be converted and stored in the database- Specified by:
transform
in interfaceObjectAttributeTransformer
- Parameters:
from
- the from type- Returns:
- never returns null.
-