Annotation Type EventMappingValid
-
@Target(FIELD) @Retention(RUNTIME) @Constraint(validatedBy=EventMappingValidValidator.class) @Documented public @interface EventMappingValid
The value of EventConfiguration.exportFlag should be set to "false" OR In case of mappingType = GENERIC values of the EventConfiguration.mappingConfiguration should reference to existing Event Classes and theirs attributes; In case of mappingType = BEAN value of converterBean should refer to spring bean with Converter interface. Supported type isEventConfigurationModel
and its sub types.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>[]
groups
javax.validation.constraints.Pattern.Flag[]
keyFlags
java.lang.String
keyRegexp
java.lang.String
message
java.lang.Class<? extends javax.validation.Payload>[]
payload
javax.validation.constraints.Pattern.Flag[]
valueFlags
java.lang.String
valueRegexp
-