Interface ARI.ClassFactory

Enclosing class:
ARI

public static interface ARI.ClassFactory
This interface is used to go from an interface to its concrete implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    getImplementationFor(Class<?> interfaceClass)
     
  • Method Details

    • getImplementationFor

      Class<?> getImplementationFor(Class<?> interfaceClass)