Interface StoreKeyConverterFactory


  • public interface StoreKeyConverterFactory
    StoreKeyConverterFactory is a factory to generate all the supporting cast required to instantiate a StoreKeyConverter.

    Usually called with the canonical class name and as such might have to support appropriate (multiple) constructors.

    • Method Detail

      • getStoreKeyConverter

        StoreKeyConverter getStoreKeyConverter()
                                        throws java.lang.InstantiationException
        Returns an instance of the StoreKeyConverter that the factory generates.
        Returns:
        an instance of StoreKeyConverter generated by this factory.
        Throws:
        java.lang.InstantiationException - if the StoreKeyConverter instance cannot be created.