Uses of Interface
com.consol.citrus.util.TypeConverter
-
Packages that use TypeConverter Package Description com.consol.citrus.context com.consol.citrus.util -
-
Uses of TypeConverter in com.consol.citrus.context
Methods in com.consol.citrus.context that return TypeConverter Modifier and Type Method Description TypeConverterTestContext. getTypeConverter()Obtains the typeConverter.Methods in com.consol.citrus.context with parameters of type TypeConverter Modifier and Type Method Description voidTestContext. setTypeConverter(TypeConverter typeConverter)Specifies the typeConverter. -
Uses of TypeConverter in com.consol.citrus.util
Classes in com.consol.citrus.util that implement TypeConverter Modifier and Type Class Description classDefaultTypeConverterFields in com.consol.citrus.util with type parameters of type TypeConverter Modifier and Type Field Description static Map<String,TypeConverter>TypeConverter. convertersMethods in com.consol.citrus.util that return TypeConverter Modifier and Type Method Description static TypeConverterTypeConverter. lookupDefault()Lookup default type converter specified by resource path lookup and/or environment settings.static TypeConverterTypeConverter. lookupDefault(TypeConverter defaultTypeConverter)Lookup default type converter specified by resource path lookup and/or environment settings.Methods in com.consol.citrus.util that return types with arguments of type TypeConverter Modifier and Type Method Description static Map<String,TypeConverter>TypeConverter. lookup()Resolves all available converters from resource path lookup.Methods in com.consol.citrus.util with parameters of type TypeConverter Modifier and Type Method Description static TypeConverterTypeConverter. lookupDefault(TypeConverter defaultTypeConverter)Lookup default type converter specified by resource path lookup and/or environment settings.
-