Schnittstelle IExceptionArgumentStringRepresentaionPreparator
- Alle bekannten Implementierungsklassen:
ExceptionArgumentStringRepresentaionPreparator
public interface IExceptionArgumentStringRepresentaionPreparator
A
IExceptionArgumentStringRepresentaionPreparator provides method to
prepare String representations of arguments for Exceptions.- Version:
- 2025-04-06
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getSmartSpaceEnclosedQuotedStringRepresentationWithMaxLengthOfArgument
- Parameter:
argument- - Can be null.- Gibt zurück:
- a space enclosed and quoted
Stringrepresentation of the given argument with a certain max length.
-
getStringRepresentationOfArgument
- Parameter:
argument- - Can be null.- Gibt zurück:
- a
Stringrepresentation of the given argument.
-
getStringRepresentationWithMaxLengthOfArgument
- Parameter:
argument- - Can be null.- Gibt zurück:
- a
Stringrepresentation of the given argument with a certain max length.
-