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