IniFactorySupport.getDefaults

Returns a mapping of string to bean representing the default set of object used by the factory. These beans can be used by this factory in conjunction with objects parsed from the INI configuration. @return A Map of default objects, or <code>null</code>. @since 1.4

class IniFactorySupport(T)
protected
Map!(string, T)
getDefaults
()

Meta