spring-framework / org.springframework.util / ReflectionUtils / shallowCopyFieldState

shallowCopyFieldState

open static fun shallowCopyFieldState(src: Any, dest: Any): Unit

Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields. Designed to work on objects with public no-arg constructors.

Exceptions

IllegalStateException - if introspection fails