Class RawTypeConformanceComputer

  • Direct Known Subclasses:
    TypeConformanceComputer

    public class RawTypeConformanceComputer
    extends java.lang.Object
    Implements conversion on the raw type level. The implementation provides hooks that are specialized by the TypeConformanceComputer which will also check the type arguments. This architecture was chosen to avoid yet more conditions in the implementation of the type conformance check. It allows to dispatch early to the raw type check or the complete check based on the flags rather than probing this all the time in the implementation.
    Noextend:
    This class is not intended to be subclassed by clients.
    Noinstantiate:
    This class is not intended to be instantiated by clients.