Annotation Interface AdminPresentationMergeOverride
Allows a non-comprehensive override of admin presentation annotation
property values for a target entity field.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe array of override configuration values.The name of the property whose admin presentation annotation should be overwritten
-
Element Details
-
name
String nameThe name of the property whose admin presentation annotation should be overwritten- Returns:
- the name of the property that should be overwritten
-
mergeEntries
AdminPresentationMergeEntry[] mergeEntriesThe array of override configuration values. Each entry correlates to a property onAdminPresentation
,AdminPresentationToOneLookup
,AdminPresentationDataDrivenEnumeration
,AdminPresentationAdornedTargetCollection
,AdminPresentationCollection
orAdminPresentationMap
- Returns:
- The array of override configuration values.
-