Class AbstractTypeMappingFactory

  • All Implemented Interfaces:
    ITypeMapping.Factory, org.eclipse.net4j.util.factory.IFactory

    public abstract class AbstractTypeMappingFactory
    extends org.eclipse.net4j.util.factory.Factory
    implements ITypeMapping.Factory
    Abstract implementation for ITypeMapping.Factory. Implementors should implement their custom create(String) method and construct the factory using their custom descriptor. Subclasses must have a default constructor!
    Since:
    4.0
    Author:
    Stefan Winkler
    • Method Detail

      • create

        public abstract ITypeMapping create​(java.lang.String description)
                                     throws org.eclipse.net4j.util.factory.ProductCreationException
        Specified by:
        create in interface org.eclipse.net4j.util.factory.IFactory
        Throws:
        org.eclipse.net4j.util.factory.ProductCreationException