Uses of Interface
de.gebit.integrity.parameter.conversion.ValueConverter
-
-
Uses of ValueConverter in de.gebit.integrity
Methods in de.gebit.integrity that return types with arguments of type ValueConverter Modifier and Type Method Description Class<? extends ValueConverter>DSLRuntimeModule. bindValueConverter()Bind the value converter. -
Uses of ValueConverter in de.gebit.integrity.parameter.conversion
Classes in de.gebit.integrity.parameter.conversion that implement ValueConverter Modifier and Type Class Description classAbstractModularValueConverterAbstract base class for a value converter which uses conversion classes to determine how a given value is to be converted into a desired form.classDefaultModularValueConverterDefault implementation of a modular value converter. -
Uses of ValueConverter in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner declared as ValueConverter Modifier and Type Field Description protected ValueConverterDefaultTestRunner. valueConverterThe value converter. -
Uses of ValueConverter in de.gebit.integrity.runner.callbacks
Fields in de.gebit.integrity.runner.callbacks declared as ValueConverter Modifier and Type Field Description protected ValueConverterAbstractTestRunnerCallback. valueConverterThe value converter to use. -
Uses of ValueConverter in de.gebit.integrity.runner.comparator
Fields in de.gebit.integrity.runner.comparator declared as ValueConverter Modifier and Type Field Description protected ValueConverterDefaultResultComparator. valueConverterThe value converter to use. -
Uses of ValueConverter in de.gebit.integrity.runner.forking
Fields in de.gebit.integrity.runner.forking declared as ValueConverter Modifier and Type Field Description protected ValueConverterFork. valueConverterThe value converter, which is used to resolve and convert values before sending them to forks. -
Uses of ValueConverter in de.gebit.integrity.runner.operations
Fields in de.gebit.integrity.runner.operations declared as ValueConverter Modifier and Type Field Description protected ValueConverterConvertBeanToMapOperation. valueConverterThe value converter being used. -
Uses of ValueConverter in de.gebit.integrity.runner.variables
Fields in de.gebit.integrity.runner.variables declared as ValueConverter Modifier and Type Field Description protected ValueConverterDefaultVariableManager. valueConverterThe value converter. -
Uses of ValueConverter in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type ValueConverter Modifier and Type Method Description static List<org.eclipse.xtext.util.Pair<Long,TemporalUnit>>DateUtil. convertTimeDifference(TimeDifference aDifference, ValueConverter aValueConverter)static BigDecimalDateUtil. convertTimeSetProgressionFactor(TimeSet aTimeSet, ValueConverter aValueConverter, ConversionContext aConversionContext)Converts the timeset commands' progression factor.
-