public class CopyConstructorAttributeCopier<T> extends Object implements AttributeCopier<T>
AttributeCopier expects the attribute value class to have a copy constructor| 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.