Uses of Class
de.gebit.integrity.string.FormattedString
-
-
Uses of FormattedString in de.gebit.integrity.fixtures
Methods in de.gebit.integrity.fixtures that return FormattedString Modifier and Type Method Description FormattedStringCustomStringConversionFixture. convertValueToString(Object aValue, String aFixtureMethod)Converts the given value (which is a result value from a fixture method call) to a String.FormattedStringFixtureWrapper. performValueToFormattedStringConversion(Object aValue, String aFixtureMethod, boolean aForceIntermediateMapFlag, ConversionContext aConversionContext)Converts the given value to a string. -
Uses of FormattedString in de.gebit.integrity.parameter.conversion
Methods in de.gebit.integrity.parameter.conversion that return FormattedString Modifier and Type Method Description FormattedStringAbstractModularValueConverter. convertValueToFormattedString(Object aValue, boolean aForceIntermediateMapFlag, ConversionContext aConversionContext)FormattedStringValueConverter. convertValueToFormattedString(Object aValue, boolean aForceIntermediateMapFlag, ConversionContext aConversionContext)Converts a given value to a formattedString.FormattedString[]AbstractModularValueConverter. convertValueToFormattedStringArray(Object aValue, ConversionContext aConversionContext)FormattedString[]ValueConverter. convertValueToFormattedStringArray(Object aValue, ConversionContext aConversionContext)Converts a given value to a formatted String array.protected FormattedString[]Conversion. convertValueToFormattedStringArrayRecursive(Object aValue, ConversionContext aConversionContext)Recursively converts the given value to a string array.FormattedString[]AbstractModularValueConverter. convertValueToStringArray(Object aValue, ConversionContext aConversionContext, Set<Object> someVisitedValues)Extended version of#convertValueToStringArray(Object, UnresolvableVariableHandling). -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.integrity.booleans
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.booleans that return FormattedString Modifier and Type Method Description FormattedStringBooleanValueToFormattedString. convert(BooleanValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)Method parameters in de.gebit.integrity.parameter.conversion.conversions.integrity.booleans with type arguments of type FormattedString Modifier and Type Method Description FormattedStringBooleanValueToFormattedString. convert(BooleanValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.integrity.dates
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.dates that return FormattedString Modifier and Type Method Description FormattedStringDateAndTimeValueToFormattedString. convert(DateAndTimeValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringDateValueToFormattedString. convert(DateValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringTimeValueToFormattedString. convert(TimeValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractDateAndTimeValueToString. convertToFormattedString(DateAndTimeValue aSource, ConversionContext aConversionContext)Converts the providedDateAndTimeValueto aFormattedString.protected FormattedStringAbstractDateValueToString. convertToFormattedString(DateValue aSource, ConversionContext aConversionContext)Converts the providedDateValueto aFormattedString.protected FormattedStringAbstractTimeValueToString. convertToFormattedString(TimeValue aSource, ConversionContext aConversionContext)Converts the providedTimeValueto aFormattedString.Method parameters in de.gebit.integrity.parameter.conversion.conversions.integrity.dates with type arguments of type FormattedString Modifier and Type Method Description FormattedStringDateAndTimeValueToFormattedString. convert(DateAndTimeValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringDateValueToFormattedString. convert(DateValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringTimeValueToFormattedString. convert(TimeValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.integrity.nestedobjects
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.nestedobjects that return FormattedString Modifier and Type Method Description FormattedStringNestedObjectToFormattedString. convert(NestedObject aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringTypedNestedObjectToFormattedString. convert(TypedNestedObject aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractNestedObjectToString. convertToFormattedString(NestedObject aSource, ConversionContext aConversionContext)Converts the providedNestedObjectto aFormattedString.Method parameters in de.gebit.integrity.parameter.conversion.conversions.integrity.nestedobjects with type arguments of type FormattedString Modifier and Type Method Description FormattedStringNestedObjectToFormattedString. convert(NestedObject aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringTypedNestedObjectToFormattedString. convert(TypedNestedObject aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.integrity.numbers
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.numbers that return FormattedString Modifier and Type Method Description FormattedStringDecimalValueToFormattedString. convert(DecimalValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringIntegerValueToFormattedString. convert(IntegerValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractDecimalValueToString. convertToFormattedString(DecimalValue aSource, ConversionContext aConversionContext)Converts the providedDecimalValueto aFormattedString.protected FormattedStringAbstractIntegerValueToString. convertToFormattedString(IntegerValue aSource, ConversionContext aConversionContext)Converts the providedIntegerValueto aFormattedString.Method parameters in de.gebit.integrity.parameter.conversion.conversions.integrity.numbers with type arguments of type FormattedString Modifier and Type Method Description FormattedStringDecimalValueToFormattedString. convert(DecimalValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringIntegerValueToFormattedString. convert(IntegerValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.integrity.other
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.other that return FormattedString Modifier and Type Method Description FormattedStringEmptyValueToFormattedString. convert(EmptyValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringEnumValueToFormattedString. convert(EnumValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringInexistentValueToFormattedString. convert(InexistentValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringRegexValueToFormattedString. convert(RegexValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractEnumValueToString. convertToFormattedString(EnumValue aSource, ConversionContext aConversionContext)Converts the providedEnumValueto aFormattedString.protected FormattedStringAbstractRegexValueToString. convertToFormattedString(RegexValue aSource, ConversionContext aConversionContext)Converts the providedRegexValueto aFormattedString.Method parameters in de.gebit.integrity.parameter.conversion.conversions.integrity.other with type arguments of type FormattedString Modifier and Type Method Description FormattedStringEmptyValueToFormattedString. convert(EmptyValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringEnumValueToFormattedString. convert(EnumValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringInexistentValueToFormattedString. convert(InexistentValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringRegexValueToFormattedString. convert(RegexValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.integrity.strings
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.strings that return FormattedString Modifier and Type Method Description FormattedStringStringValueToFormattedString. convert(StringValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractStringValueToString. convertToFormattedString(StringValue aSource, ConversionContext aConversionContext)Converts the providedStringValueto aFormattedString.Method parameters in de.gebit.integrity.parameter.conversion.conversions.integrity.strings with type arguments of type FormattedString Modifier and Type Method Description FormattedStringStringValueToFormattedString. convert(StringValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.java.identity
Methods in de.gebit.integrity.parameter.conversion.conversions.java.identity that return FormattedString Modifier and Type Method Description FormattedStringFormattedStringToFormattedString. convert(FormattedString aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringStringToFormattedString. convert(String aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractFormattedStringToString. convertToFormattedString(FormattedString aSource, ConversionContext aConversionContext)Converts nothing ;-).protected FormattedStringAbstractStringToString. convertToFormattedString(String aSource, ConversionContext aConversionContext)Converts the providedStringto aFormattedString.Methods in de.gebit.integrity.parameter.conversion.conversions.java.identity with parameters of type FormattedString Modifier and Type Method Description FormattedStringFormattedStringToFormattedString. convert(FormattedString aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)StringFormattedStringToString. convert(FormattedString aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractFormattedStringToString. convertToFormattedString(FormattedString aSource, ConversionContext aConversionContext)Converts nothing ;-).Method parameters in de.gebit.integrity.parameter.conversion.conversions.java.identity with type arguments of type FormattedString Modifier and Type Method Description FormattedStringFormattedStringToFormattedString. convert(FormattedString aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringStringToFormattedString. convert(String aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.java.numbers
Methods in de.gebit.integrity.parameter.conversion.conversions.java.numbers that return FormattedString Modifier and Type Method Description FormattedStringNumberToFormattedString. convert(Number aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractNumberToString. convertToFormattedString(Number aSource, ConversionContext aConversionContext)Converts the providedNumberto aFormattedString.Method parameters in de.gebit.integrity.parameter.conversion.conversions.java.numbers with type arguments of type FormattedString Modifier and Type Method Description FormattedStringNumberToFormattedString. convert(Number aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.java.other
Methods in de.gebit.integrity.parameter.conversion.conversions.java.other that return FormattedString Modifier and Type Method Description FormattedStringBooleanToFormattedString. convert(Boolean aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringCalendarToFormattedString. convert(Calendar aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringDateToFormattedString. convert(Date aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringEnumToFormattedString. convert(Enum aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringMapToFormattedString. convert(Map aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringObjectToFormattedString. convert(Object aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringOptionalToFormattedString. convert(Optional aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractBooleanToString. convertToFormattedString(Boolean aSource, ConversionContext aConversionContext)Converts the providedBooleanto aFormattedString.protected FormattedStringAbstractCalendarToString. convertToFormattedString(Calendar aSource, ConversionContext aConversionContext)Converts the providedCalendarto aFormattedString.protected FormattedStringAbstractDateToString. convertToFormattedString(Date aSource, ConversionContext aConversionContext)Converts the providedDateto aFormattedString.protected FormattedStringAbstractEnumToString. convertToFormattedString(Enum aSource, ConversionContext aConversionContext)Converts the providedEnumto aFormattedString.protected FormattedStringAbstractMapToString. convertToFormattedString(Map<?,?> aSource, ConversionContext aConversionContext)Converts the providedMapto aFormattedString.protected FormattedStringAbstractObjectToString. convertToFormattedString(Object aSource, ConversionContext aConversionContext)Converts the providedObjectto aFormattedString.Method parameters in de.gebit.integrity.parameter.conversion.conversions.java.other with type arguments of type FormattedString Modifier and Type Method Description FormattedStringBooleanToFormattedString. convert(Boolean aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringCalendarToFormattedString. convert(Calendar aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringDateToFormattedString. convert(Date aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringEnumToFormattedString. convert(Enum aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringMapToFormattedString. convert(Map aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringObjectToFormattedString. convert(Object aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)FormattedStringOptionalToFormattedString. convert(Optional aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.parameter.conversion.conversions.java.strings
Methods in de.gebit.integrity.parameter.conversion.conversions.java.strings that return FormattedString Modifier and Type Method Description FormattedStringCharacterToFormattedString. convert(Character aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractCharacterToString. convertToFormattedString(Character aSource, ConversionContext aConversionContext)Converts the providedCharacterto aFormattedString.Method parameters in de.gebit.integrity.parameter.conversion.conversions.java.strings with type arguments of type FormattedString Modifier and Type Method Description FormattedStringCharacterToFormattedString. convert(Character aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext) -
Uses of FormattedString in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks that return FormattedString Modifier and Type Method Description protected FormattedStringAbstractTestRunnerCallback. convertResultValueToFormattedStringGuarded(Object aResultValue, FixtureExecutionResult aResult, boolean aForceIntermediateMapFlag, ConversionContext aConversionContext)Converts a result value (that is, a value returned by a fixture during a test or call) to a formatted string. -
Uses of FormattedString in de.gebit.integrity.string
Methods in de.gebit.integrity.string with parameters of type FormattedString Modifier and Type Method Description voidFormattedString. add(FormattedString aFormattedString)Adds all elements of the provided formatted string to this formatted string.
-