Uses of Class
de.adorsys.psd2.xs2a.core.domain.TppMessageInformation
-
Packages that use TppMessageInformation Package Description de.adorsys.psd2.xs2a.core.domain de.adorsys.psd2.xs2a.core.error de.adorsys.psd2.xs2a.core.service.validator -
-
Uses of TppMessageInformation in de.adorsys.psd2.xs2a.core.domain
Methods in de.adorsys.psd2.xs2a.core.domain that return TppMessageInformation Modifier and Type Method Description static TppMessageInformationTppMessageInformation. buildWarning(String text)static TppMessageInformationTppMessageInformation. buildWithCustomError(MessageErrorCode messageErrorCode, String text)static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode)static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode, Object... textParameters)static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode, String path, Object... textParameters)static TppMessageInformationTppMessageInformation. of(MessageErrorCode messageErrorCode)static TppMessageInformationTppMessageInformation. of(MessageErrorCode messageErrorCode, Object... textParameters)Methods in de.adorsys.psd2.xs2a.core.domain that return types with arguments of type TppMessageInformation Modifier and Type Method Description List<TppMessageInformation>ErrorHolder. getTppMessageInformationList()Methods in de.adorsys.psd2.xs2a.core.domain with parameters of type TppMessageInformation Modifier and Type Method Description ErrorHolder.ErrorHolderBuilderErrorHolder.ErrorHolderBuilder. tppMessages(TppMessageInformation... tppMessages) -
Uses of TppMessageInformation in de.adorsys.psd2.xs2a.core.error
Methods in de.adorsys.psd2.xs2a.core.error that return TppMessageInformation Modifier and Type Method Description TppMessageInformationMessageError. getTppMessage()Methods in de.adorsys.psd2.xs2a.core.error that return types with arguments of type TppMessageInformation Modifier and Type Method Description Set<TppMessageInformation>MessageError. getTppMessages()Methods in de.adorsys.psd2.xs2a.core.error with parameters of type TppMessageInformation Modifier and Type Method Description voidMessageError. addTppMessage(TppMessageInformation tppMessageInformation)Method parameters in de.adorsys.psd2.xs2a.core.error with type arguments of type TppMessageInformation Modifier and Type Method Description voidMessageError. setTppMessages(Set<TppMessageInformation> tppMessages)Constructors in de.adorsys.psd2.xs2a.core.error with parameters of type TppMessageInformation Constructor Description MessageError(ErrorType errorType, TppMessageInformation... tppMessageInformation) -
Uses of TppMessageInformation in de.adorsys.psd2.xs2a.core.service.validator
Methods in de.adorsys.psd2.xs2a.core.service.validator with parameters of type TppMessageInformation Modifier and Type Method Description voidErrorMessageBuilder. enrichMessageError(MessageError messageError, TppMessageInformation tppMessageInformation)static ValidationResultValidationResult. invalid(@NotNull ErrorType errorType, TppMessageInformation tppMessageInformation)static ValidationResultValidationResult. invalid(@NotNull ErrorType errorType, TppMessageInformation... tppMessageInformations)
-