public interface StoreKeyConverterFactory
StoreKeyConverter
.
Usually called with the canonical class name and as such might have to support appropriate (multiple) constructors.Modifier and Type | Method and Description |
---|---|
StoreKeyConverter |
getStoreKeyConverter()
Returns an instance of the
StoreKeyConverter that the factory generates. |
StoreKeyConverter getStoreKeyConverter() throws java.lang.InstantiationException
StoreKeyConverter
that the factory generates.StoreKeyConverter
generated by this factory.java.lang.InstantiationException
- if the StoreKeyConverter
instance cannot be created.