Package mocka.generator.orm.association
Class AssociationMatcherFactory
java.lang.Object
mocka.generator.orm.association.AssociationMatcherFactory
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleansupport(Field field, GenerateType generateType, ORMType ormType, AssociationType associationType)
-
Constructor Details
-
AssociationMatcherFactory
public AssociationMatcherFactory()
-
-
Method Details
-
support
public static boolean support(Field field, GenerateType generateType, ORMType ormType, AssociationType associationType)
-