getSettings(includeType: boolean, excludeObjects: Object[], excludeProps: string[], excludeDelegates: boolean): ObjectSettings;
includeType. It determines whether class name is contained in result:
True. Class name is contained in result
False. Default. Class name is not contained in result.
excludeObjects. Array of objects to be excluded from processing and result
excludeProps. Array of properties names to be excluded from processing and result
excludeDelegates. It determines exclusion of delegates from processing and result:
True. Delegates are excluded
False. Delegates are not excluded.
The getSettings method returns repository object settings.
See also: