Package ej.kf

Interface Converter<T>

    • Method Detail

      • convert

        T convert​(T source,
                  Feature targetOwner)
        Converts an object owned by a Feature to another Feature.
        Parameters:
        source - the source object to be converted
        targetOwner - the owner of the converted object
        Returns:
        the converted object, owned by the target owner
      • getType

        Class<T> getType()
        Gets the Kernel type managed by this Converter.
        Returns:
        the Kernel type managed by this Converter.