Interface ImplTypeInfoProvider


  • public interface ImplTypeInfoProvider
    Mapping of item implementation type to its info.
    Since:
    16.12.5
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T extends ImplTypeInfo>
      java.lang.Class<? extends T>
      getType​(java.lang.Class<T> baseClass, java.lang.String implType)
      Maps item implementation type to its info.
    • Method Detail

      • getType

        <T extends ImplTypeInfo> java.lang.Class<? extends T> getType​(java.lang.Class<T> baseClass,
                                                                      java.lang.String implType)
        Maps item implementation type to its info.
        Parameters:
        baseClass - item base class
        implType - item implementation type
        Returns:
        info associated with item implementation type