Class TypedPropertiesAttributeCopier
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
-
- All Implemented Interfaces:
AttributeCopier<TypedProperties>
public class TypedPropertiesAttributeCopier extends java.lang.Object implements AttributeCopier<TypedProperties>
TypedPropertiesAttributeCopier. ThisAttributeCopier
can handleTypedProperties
- Since:
- 7.2
- Author:
- Tristan Tarrant
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeCopier<TypedProperties>
INSTANCE
-
Constructor Summary
Constructors Constructor Description TypedPropertiesAttributeCopier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedProperties
copyAttribute(TypedProperties attribute)
-
-
-
Field Detail
-
INSTANCE
public static final AttributeCopier<TypedProperties> INSTANCE
-
-
Method Detail
-
copyAttribute
public TypedProperties copyAttribute(TypedProperties attribute)
- Specified by:
copyAttribute
in interfaceAttributeCopier<TypedProperties>
-
-