Class AssociationMatcherFactory

java.lang.Object
mocka.generator.orm.association.AssociationMatcherFactory

public class AssociationMatcherFactory extends Object
Factory class that manages a collection of AssociationMatcher implementations.

This class centralizes the logic for determining whether a given field, together with its generation type and ORM type, is supported by one of the available AssociationMatchers.

  • Constructor Details

    • AssociationMatcherFactory

      public AssociationMatcherFactory()
  • Method Details