Uses of Interface
org.jboss.marshalling.cloner.CloneTable
-
Packages that use CloneTable Package Description org.jboss.marshalling.cloner -
-
Uses of CloneTable in org.jboss.marshalling.cloner
Fields in org.jboss.marshalling.cloner declared as CloneTable Modifier and Type Field Description static CloneTable
CloneTable. NULL
A null clone table.Methods in org.jboss.marshalling.cloner that return CloneTable Modifier and Type Method Description CloneTable
ClonerConfiguration. getCloneTable()
Get the clone table.Methods in org.jboss.marshalling.cloner with parameters of type CloneTable Modifier and Type Method Description void
ClonerConfiguration. setCloneTable(CloneTable cloneTable)
Set the clone table.
-