Package org.somda.sdc.common.util
Class JaxbCopyingKt
-
- All Implemented Interfaces:
public final class JaxbCopyingKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends CopyTo> TcopyTyped(T $self)Copies an object using the CopyTo interface, but returns the same type as the original object. -
-
Method Detail
-
copyTyped
final static <T extends CopyTo> T copyTyped(T $self)
Copies an object using the CopyTo interface, but returns the same type as the original object.
-
-
-
-