Class MetadataFactoryRegistry


  • public class MetadataFactoryRegistry
    extends Object
    • Method Detail

      • getFactory

        public static Object getFactory​(Class intface)
        getFactory
        Parameters:
        intface - of the Factory
        Returns:
        Object that is the factory implementation for the intface
      • setFactory

        public static void setFactory​(Class intface,
                                      Object factoryObject)
        setFactory
        Parameters:
        intface -
        factoryObject -