Class KeyNamingStrategy

    • Field Detail

      • logger

        protected final Log logger
        Log instance for this class.
    • Method Detail

      • setMappings

        public void setMappings​(Properties mappings)
        Set local properties, containing object name mappings, e.g. via the "props" tag in XML bean definitions. These can be considered defaults, to be overridden by properties loaded from files.
      • setMappingLocation

        public void setMappingLocation​(Resource location)
        Set a location of a properties file to be loaded, containing object name mappings.
      • setMappingLocations

        public void setMappingLocations​(Resource... mappingLocations)
        Set location of properties files to be loaded, containing object name mappings.