Searched refs:m_mapper (Results 1 – 1 of 1) sorted by relevance
142 if ((value == null) && (m_mapper != null)) in getProperty()144 final String mappedKey = m_mapper.getMappedKey (key); in getProperty()301 m_mapper = mapper; in PropertiesImpl()353 private final IMapper m_mapper; field in IProperties.Factory.PropertiesImpl