DATACMNS-1322 - Cleanup refactorings.

Add missing since tags. Extract methods to maintain single abstraction level per method. Move visitDefaultValue from ClassGeneratingPropertyAccessorFactory to BytecodeUtil. Extend Javadoc.
This commit is contained in:
Mark Paluch
2018-06-15 10:29:20 +02:00
committed by Oliver Gierke
parent 79119000bb
commit 85b507ce10
7 changed files with 501 additions and 397 deletions

View File

@@ -410,6 +410,7 @@ public class ReflectionUtils {
*
* @param type must not be {@literal null}.
* @return boxed primitive default value.
* @since 2.1
*/
public static Object getPrimitiveDefault(Class<?> type) {