public class SimpleInstanceAttributeCopier<T> extends Object implements AttributeCopier<T>
AttributeCopier
"copies" an instance by creating a new instance. It does
not copy any fields.Modifier and Type | Field and Description |
---|---|
static AttributeCopier<Object> |
INSTANCE |
public static final AttributeCopier<Object> INSTANCE
public T copyAttribute(T attribute)
copyAttribute
in interface AttributeCopier<T>
Copyright © 2021 JBoss by Red Hat. All rights reserved.