Interface KeyFactory<T extends Key>


  • public interface KeyFactory<T extends Key>
    Interface to be implemented to load keys from an array of native object.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • create

        T create​(String value)
        Creates a key instance by a string.
        Parameters:
        value - value of the key
        Returns:
        key instance