Package org.eclnt.ccee.db.dofw
Class DOFWRepository.DefaultOverrideContent
java.lang.Object
org.eclnt.ccee.db.dofw.DOFWRepository.DefaultOverrideContent
- All Implemented Interfaces:
DOFWRepository.IOverrideContent
- Enclosing class:
- DOFWRepository
public static class DOFWRepository.DefaultOverrideContent
extends Object
implements DOFWRepository.IOverrideContent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePropertyForGetter(Class clazz, Method getter) voidupdateEntityDuringAnalysis(Class doClass, DOFWEntity e) voidupdatePropertyDuringClassAnalysis(Class clazz, DOFWProperty property)
-
Constructor Details
-
DefaultOverrideContent
public DefaultOverrideContent()
-
-
Method Details
-
createPropertyForGetter
- Specified by:
createPropertyForGetterin interfaceDOFWRepository.IOverrideContent
-
updatePropertyDuringClassAnalysis
- Specified by:
updatePropertyDuringClassAnalysisin interfaceDOFWRepository.IOverrideContent
-
updateEntityDuringAnalysis
- Specified by:
updateEntityDuringAnalysisin interfaceDOFWRepository.IOverrideContent
-