Interface ConditionalFieldAnnotationCopyTransformersManager
- All Known Implementing Classes:
ConditionalFieldAnnotationCopyTransformersManagerImpl
public interface ConditionalFieldAnnotationCopyTransformersManager
- Author:
- Kelly Tisdell
-
Method Summary
Modifier and TypeMethodDescriptiongetTransformMember
(String entityName) Retrieve the direct copy transform config infoisEntityEnabled
(String entityName) Based on the entity name, this method will determine if the associated conditionalProperty from the Spring configuration is true.
-
Method Details
-
isEntityEnabled
Based on the entity name, this method will determine if the associated conditionalProperty from the Spring configuration is true.- Parameters:
entityName
-- Returns:
-
getTransformMember
Retrieve the direct copy transform config info- Parameters:
entityName
-- Returns:
-