Interface ClassResolver

  • All Known Implementing Classes:
    AbstractClassResolver, ContextClassResolver, ModularClassResolver, SimpleClassResolver

    public interface ClassResolver
    A class annotator and resolver. Instances of this interface have the opportunity to append information (such as classloader information, or class bytes) to a written class descriptor. This information can then be used on unmarshalling to aid in the selection (or creation) of the proper Class based on the class descriptor and the annotation data.