Interface IdConverterFactory


  • public interface IdConverterFactory
    IdConverterFactory is a factory to generate all the supporting cast required to instantiate a IdConverter.

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

    • Method Detail

      • getIdConverter

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