Uses of Interface
org.jboss.marshalling.cloner.ObjectClonerSource
-
Packages that use ObjectClonerSource Package Description org.jboss.marshalling.cloner -
-
Uses of ObjectClonerSource in org.jboss.marshalling.cloner
Fields in org.jboss.marshalling.cloner declared as ObjectClonerSource Modifier and Type Field Description static ObjectClonerSource
ObjectClonerSource. IDENTITY
An object cloner which returns the identity cloner.Methods in org.jboss.marshalling.cloner that return ObjectClonerSource Modifier and Type Method Description static ObjectClonerSource
ObjectCloners. createObjectClonerSource(ObjectClonerFactory factory, ClonerConfiguration configuration)
Get an object cloner source which creates cloners with a static configuration.
-