Uses of Class
com.consol.citrus.variable.dictionary.DataDictionary.PathMappingStrategy
-
Packages that use DataDictionary.PathMappingStrategy Package Description com.consol.citrus.variable.dictionary -
-
Uses of DataDictionary.PathMappingStrategy in com.consol.citrus.variable.dictionary
Methods in com.consol.citrus.variable.dictionary that return DataDictionary.PathMappingStrategy Modifier and Type Method Description DataDictionary.PathMappingStrategyDataDictionary. getPathMappingStrategy()Gets the path mapping strategy.static DataDictionary.PathMappingStrategyDataDictionary.PathMappingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static DataDictionary.PathMappingStrategy[]DataDictionary.PathMappingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-