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 classAbstractClassResolverA base implementation ofClassResolverwhich simply resolves the class against a classloader which is specified by the subclass implementation.classContextClassResolverA class resolver which uses the context classloader to resolve classes.classModularClassResolverA class table which implements an alternate class resolution strategy based on JBoss Modules.classSimpleClassResolverA class resolver which uses a predefined classloader.Fields in org.jboss.marshalling declared as ClassResolver Modifier and Type Field Description protected ClassResolverAbstractMarshaller. classResolverThe configured class resolver.protected ClassResolverAbstractUnmarshaller. classResolverThe configured class resolver.Methods in org.jboss.marshalling that return ClassResolver Modifier and Type Method Description ClassResolverMarshallingConfiguration. getClassResolver()Get the class resolver, ornullif none is specified.protected ClassResolverAbstractMarshallerFactory. 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 voidMarshallingConfiguration. setClassResolver(ClassResolver classResolver)Set the class resolver, ornullto use the default.
-