Uses of Interface
org.jboss.marshalling.ClassResolver
Packages that use ClassResolver
-
Uses of ClassResolver in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ClassResolverModifier and TypeClassDescriptionclassA base implementation ofClassResolverwhich simply resolves the class against a classloader which is specified by the subclass implementation.classA class resolver which uses the context classloader to resolve classes.final classA class table which implements an alternate class resolution strategy based on JBoss Modules.classA class resolver which uses a predefined classloader.Fields in org.jboss.marshalling declared as ClassResolverModifier and TypeFieldDescriptionprotected final ClassResolverAbstractMarshaller.classResolverThe configured class resolver.protected final ClassResolverAbstractUnmarshaller.classResolverThe configured class resolver.Methods in org.jboss.marshalling that return ClassResolverModifier and TypeMethodDescriptionMarshallingConfiguration.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 ClassResolverModifier and TypeMethodDescriptionvoidMarshallingConfiguration.setClassResolver(ClassResolver classResolver) Set the class resolver, ornullto use the default.