Returns true if copy value by ref, and false copy by value. If this option is false, shared reference will be copied into different object, and circular reference copy will raise stack overflow exception. If this option is enabled, the copy performance will be slower.
()
| 140 | * <p>If this option is enabled, the copy performance will be slower. |
| 141 | */ |
| 142 | public boolean copyRef() { |
| 143 | return copyRef; |
| 144 | } |
| 145 | |
| 146 | public boolean isStringRefIgnored() { |
| 147 | return stringRefIgnored; |
no outgoing calls
no test coverage detected