Uses of Interface
org.jboss.marshalling.ClassTable
Packages that use ClassTable
-
Uses of ClassTable in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ClassTableModifier and TypeClassDescriptionclassA class table that multiplexes up to 256 class tables.final classA class table which implements an alternate class resolution strategy based on JBoss Modules.Fields in org.jboss.marshalling declared as ClassTableModifier and TypeFieldDescriptionprotected final ClassTableAbstractMarshaller.classTableThe configured class table.protected final ClassTableAbstractUnmarshaller.classTableThe configured class table.Methods in org.jboss.marshalling that return ClassTableModifier and TypeMethodDescriptionMarshallingConfiguration.getClassTable()Get the class table, ornullif none is specified.protected ClassTableAbstractMarshallerFactory.getDefaultClassTable()Get the default class table, which is used if none was configured.static ClassTableMarshalling.nullClassTable()Return the null class table instance.Methods in org.jboss.marshalling with parameters of type ClassTableModifier and TypeMethodDescriptionvoidMarshallingConfiguration.setClassTable(ClassTable classTable) Set the class table, ornullto use none.Constructors in org.jboss.marshalling with parameters of type ClassTableModifierConstructorDescriptionChainingClassTable(ClassTable[] classTables) Construct a new instance.