Annotation Type ContextCode
-
@Target(FIELD) @Retention(RUNTIME) public @interface ContextCode
Represents the validation issue type and location in the context.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ScopeObjecttargetLogical location of the field that violates constraint within context.FieldCodevalueCode of the field that violates constraint.
-
-
-
Element Detail
-
value
FieldCode value
Code of the field that violates constraint.- Default:
- de.adorsys.opba.protocol.api.dto.codes.FieldCode.NONE
-
-
-
target
ScopeObject target
Logical location of the field that violates constraint within context. I.e. field PSU_ID may be shown in general input form or in AIS consent object input form.- Default:
- de.adorsys.opba.protocol.api.dto.codes.ScopeObject.GENERAL
-
-