Uses of Interface
org.jboss.marshalling.ClassResolver
-
Packages that use ClassResolver Package Description org.jboss.marshalling The marshalling API. -
-
Uses of ClassResolver in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ClassResolver Modifier and Type Class Description class
AbstractClassResolver
A base implementation ofClassResolver
which simply resolves the class against a classloader which is specified by the subclass implementation.class
ContextClassResolver
A class resolver which uses the context classloader to resolve classes.class
ModularClassResolver
A class table which implements an alternate class resolution strategy based on JBoss Modules.class
SimpleClassResolver
A class resolver which uses a predefined classloader.Fields in org.jboss.marshalling declared as ClassResolver Modifier and Type Field Description protected ClassResolver
AbstractMarshaller. classResolver
The configured class resolver.protected ClassResolver
AbstractUnmarshaller. classResolver
The configured class resolver.Methods in org.jboss.marshalling that return ClassResolver Modifier and Type Method Description ClassResolver
MarshallingConfiguration. getClassResolver()
Get the class resolver, ornull
if none is specified.protected ClassResolver
AbstractMarshallerFactory. getDefaultClassResolver()
Get the default class resolver, which is used if none was configured.Methods in org.jboss.marshalling with parameters of type ClassResolver Modifier and Type Method Description void
MarshallingConfiguration. setClassResolver(ClassResolver classResolver)
Set the class resolver, ornull
to use the default.
-