Метод | Описание | |
---|---|---|
CheckIfNull ( |
Recursively checks each object's fields if they are null, and if they are, it assigns to them a value form the dafault object
|
public static CheckIfNull ( |
||
type | Object type | |
targetObj | object | Target object to check |
defaultObj | object | Default object from which to extract the default values (must be of the same type as the target) |
Результат | object |