Class SimpleInstanceAttributeCopier<T>
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.SimpleInstanceAttributeCopier<T>
-
- All Implemented Interfaces:
AttributeCopier<T>
public class SimpleInstanceAttributeCopier<T> extends java.lang.Object implements AttributeCopier<T>
SimpleInstanceAttributeCopier. ThisAttributeCopier
"copies" an instance by creating a new instance. It does not copy any fields.- Since:
- 7.2
- Author:
- Tristan Tarrant
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeCopier<java.lang.Object>
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
copyAttribute(T attribute)
-
-
-
Field Detail
-
INSTANCE
public static final AttributeCopier<java.lang.Object> INSTANCE
-
-
Method Detail
-
copyAttribute
public T copyAttribute(T attribute)
- Specified by:
copyAttribute
in interfaceAttributeCopier<T>
-
-