You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Metadata factory, used to autoregistering new mapping without creating them.
*
* @author Joel Wurtz <jwurtz@jolicode.com>
*/
interface MapperGeneratorMetadataFactoryInterface
{
public function create(MapperGeneratorMetadataRegistryInterface $autoMapperRegister, string $source, string $target): MapperGeneratorMetadataInterface;