Uses of Interface
org.apache.camel.SafeCopyProperty
Packages that use SafeCopyProperty
-
Uses of SafeCopyProperty in org.apache.camel
Methods in org.apache.camel that return SafeCopyPropertyModifier and TypeMethodDescriptionSafeCopyProperty.safeCopy()
Implementations should implement this method to return a deep copy of the object which can be mutated independently of the original object.Methods in org.apache.camel with parameters of type SafeCopyPropertyModifier and TypeMethodDescriptionvoid
ExchangeExtension.setSafeCopyProperty
(String key, SafeCopyProperty value) To set a property that must be copied specially (thread safe with deep cloning).