Searched refs:IMapper (Results 1 – 6 of 6) sorted by relevance
37 interface IMapper interface70 public static IProperties create (final IMapper mapper) in create()85 public static IProperties wrap (final Properties properties, final IMapper mapper) in wrap()299 PropertiesImpl (final HashMap values, final IMapper mapper) in PropertiesImpl()353 private final IMapper m_mapper;
36 class IMapper44 virtual ~IMapper() = default;
40 class IMapper; variable84 bool map(IMapper &mapper, std::string &strError);
79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError) in map()
51 class PARAMETER_EXPORT CSubsystem : public CConfigurableElement, private IMapper
36 public static final IProperties.IMapper REPORT_PROPERTY_MAPPER; // set in <clinit>457 private static final class ReportPropertyMapper implements IProperties.IMapper