Uses of Class
de.gebit.integrity.utils.ParameterUtil.UnresolvableVariableException
- 
- 
Uses of ParameterUtil.UnresolvableVariableException in de.gebit.integrity.fixtures
Methods in de.gebit.integrity.fixtures that throw ParameterUtil.UnresolvableVariableException Modifier and Type Method Description voidFixtureWrapper. convertParameterValuesToFixtureDefinedTypes(Method aFixtureMethod, Map<String,Object> aParameterMap, boolean anIncludeArbitraryParametersFlag)Replaces all values in the given parameter map with converted versions that match the types that are expected by the given fixture method. - 
Uses of ParameterUtil.UnresolvableVariableException in de.gebit.integrity.parameter.conversion
Methods in de.gebit.integrity.parameter.conversion that throw ParameterUtil.UnresolvableVariableException Modifier and Type Method Description protected ObjectAbstractModularValueConverter. convertEncapsulatedConstantValueToTargetType(Class<?> aTargetType, Class<?> aParameterizedType, ConstantValue aValue, ConversionContext aConversionContext, Set<Object> someVisitedValues)Converts a givenValueOrEnumValueOrOperationto a given Java type class, if possible.protected ObjectAbstractModularValueConverter. convertEncapsulatedValueCollectionToTargetType(Class<?> aTargetType, Class<?> aParameterizedType, ValueOrEnumValueOrOperationCollection aCollection, ConversionContext aConversionContext, Set<Object> someVisitedValues)Converts a given value collection to a given Java type class, if possible.protected ObjectAbstractModularValueConverter. convertEncapsulatedValueToTargetType(Class<?> aTargetType, Class<?> aParameterizedType, ValueOrEnumValueOrOperation aValue, ConversionContext aConversionContext, Set<Object> someVisitedValues)Converts a givenValueOrEnumValueOrOperationto a given Java type class, if possible.ObjectAbstractModularValueConverter. convertValue(Class<?> aTargetType, Class<?> aParameterizedType, Object aValue, ConversionContext aConversionContext)ObjectAbstractModularValueConverter. convertValue(Class<?> aTargetType, Class<?> aParameterizedType, Object aValue, ConversionContext aConversionContext, Set<Object> someVisitedObjects)Extended version of #convertValue(Class, Class, Object, UnresolvableVariableHandling).ObjectAbstractModularValueConverter. convertValue(Class<?> aTargetType, Object aValue, ConversionContext aConversionContext)ObjectValueConverter. convertValue(Class<?> aTargetType, Class<?> aParameterizedType, Object aValue, ConversionContext aConversionContext)Convert a given single Integrity or Java type value to a given target type (which is always a Java type).ObjectValueConverter. convertValue(Class<?> aTargetType, Object aValue, ConversionContext aConversionContext)Convert a given single Integrity or Java type value to a given target type (which is always a Java type).protected ObjectConversion. convertValueRecursive(Class<?> aTargetType, Class<?> aParameterizedType, Object aValue, ConversionContext aConversionContext)Recursively converts the given value to the defined target type. - 
Uses of ParameterUtil.UnresolvableVariableException in de.gebit.integrity.runner.comparator
Methods in de.gebit.integrity.runner.comparator that throw ParameterUtil.UnresolvableVariableException Modifier and Type Method Description protected ComparisonResultDefaultResultComparator. convertAndPerformEqualityCheck(Object aSingleFixtureResult, ValueOrEnumValueOrOperation aSingleExpectedResult, Class<?> aConversionTargetType)Converts a fixture result and an expected result value for comparison (usually by converting the expected result to match the fixture result, but nested objects are handled differently and converted to maps for comparison).protected ComparisonResultDefaultResultComparator. convertAndPerformEqualityCheck(Object aSingleFixtureResult, Object aSingleExpectedResult, ValueOrEnumValueOrOperation anOriginalSingleExpectedResult, Class<?> aConversionTargetType, boolean anExpectedResultWasEmptyOptionalFlag) - 
Uses of ParameterUtil.UnresolvableVariableException in de.gebit.integrity.ui.utils
Methods in de.gebit.integrity.ui.utils that throw ParameterUtil.UnresolvableVariableException Modifier and Type Method Description voidFixtureTypeWrapper. convertParameterValuesToFixtureDefinedTypes(String aFixtureMethodName, Map<String,Object> aParameterMap, List<String> aParameterPath, boolean anIncludeArbitraryParametersFlag)Replaces all values in the given parameter map with converted versions that match the types that are expected by the given fixture method. 
 -