Class DynamicClassTable
java.lang.Object
org.wildfly.clustering.marshalling.jboss.SimpleClassTable
org.wildfly.clustering.marshalling.jboss.DynamicClassTable
- All Implemented Interfaces:
org.jboss.marshalling.ClassTable
ClassTable implementation that dynamically loads ClassTableContributor instances visible from a given ClassLoader.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.marshalling.ClassTable
org.jboss.marshalling.ClassTable.Writer -
Constructor Summary
ConstructorsConstructorDescriptionDynamicClassTable(ClassLoader loader) DynamicClassTable(List<ClassLoader> loaders) -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.jboss.SimpleClassTable
getClassWriter, readClass
-
Constructor Details
-
DynamicClassTable
-
DynamicClassTable
-