Class GlobalConst
- java.lang.Object
-
- de.adorsys.opba.protocol.xs2a.constant.GlobalConst
-
public class GlobalConst extends Object
Global constant names.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBEFORE_VALIDATION_CONTEXTFlowable variable name to store context that was before validation (as validation modifies context).static StringCONTEXTFlowable context variable name.static StringLAST_REDIRECTION_TARGETFlowable variable name to carry last redirection target (where it was decided to redirect user to last time).static StringLAST_VALIDATION_ISSUESFlowable variable name to carry validation issues (like missing PSU ID).static StringSPRING_KEYWORDCommonly used keyword for DTO mappers.static StringVALIDATION_ERROR_CODEValidation error exception code.static StringXS2A_MAPPERS_PACKAGEPackage for generated mappers for DTOs.static StringXS2A_REQUEST_SAGAGeneral request handler flowable process.
-
Constructor Summary
Constructors Constructor Description GlobalConst()
-
-
-
Field Detail
-
CONTEXT
public static final String CONTEXT
Flowable context variable name.- See Also:
- Constant Field Values
-
LAST_VALIDATION_ISSUES
public static final String LAST_VALIDATION_ISSUES
Flowable variable name to carry validation issues (like missing PSU ID).- See Also:
- Constant Field Values
-
LAST_REDIRECTION_TARGET
public static final String LAST_REDIRECTION_TARGET
Flowable variable name to carry last redirection target (where it was decided to redirect user to last time).- See Also:
- Constant Field Values
-
BEFORE_VALIDATION_CONTEXT
public static final String BEFORE_VALIDATION_CONTEXT
Flowable variable name to store context that was before validation (as validation modifies context).- See Also:
- Constant Field Values
-
XS2A_REQUEST_SAGA
public static final String XS2A_REQUEST_SAGA
General request handler flowable process.- See Also:
- Constant Field Values
-
VALIDATION_ERROR_CODE
public static final String VALIDATION_ERROR_CODE
Validation error exception code.- See Also:
- Constant Field Values
-
XS2A_MAPPERS_PACKAGE
public static final String XS2A_MAPPERS_PACKAGE
Package for generated mappers for DTOs.- See Also:
- Constant Field Values
-
SPRING_KEYWORD
public static final String SPRING_KEYWORD
Commonly used keyword for DTO mappers.- See Also:
- Constant Field Values
-
-