Package de.xima.fc.annotations
Annotation Type ExportDetails
-
@Retention(RUNTIME) @Target(FIELD) public @interface ExportDetails
- Author:
- XIMA MEDIA GmbH
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description EExportContext[]
context
boolean
encrypt
boolean
exclude
boolean
reference
-
-
-
Element Detail
-
context
EExportContext[] context
- Returns:
- array of
EExportContext
s that determine when the annotated field should be exported. If no context is given the field will be exported
- Default:
- {}
-
-
-
exclude
boolean exclude
- Returns:
Boolean
whether or not to exclude this field from export
- Default:
- false
-
-
-
reference
boolean reference
- Returns:
Boolean
whether or not to turn the entity into a reference
- Default:
- false
-
-
-
encrypt
boolean encrypt
- Returns:
Boolean
whether or not to encrypt this field for export
- Default:
- false
-
-