Class DynamicClassTable

java.lang.Object
org.wildfly.clustering.marshalling.jboss.SimpleClassTable
org.wildfly.clustering.marshalling.jboss.DynamicClassTable
All Implemented Interfaces:
org.jboss.marshalling.ClassTable

public class DynamicClassTable extends SimpleClassTable
ClassTable implementation that dynamically loads ClassTableContributor instances visible from a given ClassLoader.
Author:
Paul Ferraro
  • Constructor Details

    • DynamicClassTable

      public DynamicClassTable(ClassLoader loader)
    • DynamicClassTable

      public DynamicClassTable(List<ClassLoader> loaders)