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:
committed by
Oliver Gierke
parent
79119000bb
commit
85b507ce10
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user