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 TypeClassDescriptionclass
A class table that multiplexes up to 256 class tables.final class
A class table which implements an alternate class resolution strategy based on JBoss Modules.Fields in org.jboss.marshalling declared as ClassTableModifier and TypeFieldDescriptionprotected final ClassTable
AbstractMarshaller.classTable
The configured class table.protected final ClassTable
AbstractUnmarshaller.classTable
The configured class table.private ClassTable
MarshallingConfiguration.classTable
private static final ClassTable
Marshalling.NULL_CLASS_TABLE
private final ClassTable[]
ChainingClassTable.readers
Fields in org.jboss.marshalling with type parameters of type ClassTableModifier and TypeFieldDescriptionprivate final List<Pair<ClassTable,
ClassTable.Writer>> ChainingClassTable.writers
Methods in org.jboss.marshalling that return ClassTableModifier and TypeMethodDescriptionMarshallingConfiguration.getClassTable()
Get the class table, ornull
if none is specified.protected ClassTable
AbstractMarshallerFactory.getDefaultClassTable()
Get the default class table, which is used if none was configured.static ClassTable
Marshalling.nullClassTable()
Return the null class table instance.Methods in org.jboss.marshalling that return types with arguments of type ClassTableModifier and TypeMethodDescriptionprivate static Pair<ClassTable,
ClassTable.Writer> ChainingClassTable.pair
(ClassTable classTable, ClassTable.Writer writer) Methods in org.jboss.marshalling with parameters of type ClassTableModifier and TypeMethodDescriptionprivate static Pair<ClassTable,
ClassTable.Writer> ChainingClassTable.pair
(ClassTable classTable, ClassTable.Writer writer) void
MarshallingConfiguration.setClassTable
(ClassTable classTable) Set the class table, ornull
to use none.Constructors in org.jboss.marshalling with parameters of type ClassTableModifierConstructorDescriptionChainingClassTable
(ClassTable[] classTables) Construct a new instance.