Interface AugmenterProvider

    • Method Detail

      • getDescribedInterface

        java.lang.Class<?> getDescribedInterface()
        Returns:
        The interface that this augmentor describes.
      • getImplementation

        InterfaceImplementation getImplementation​(java.lang.Object value)
        For the interface that this provider describes, return an implementation.
        Parameters:
        value - The value from the capability map
        Returns:
        An interface implementation