meanbeanlib / meanbean

Automated JavaBean Testing
Apache License 2.0
15 stars 3 forks source link

Missing factory for java.util.regex.Pattern #20

Open svha1de opened 2 years ago

svha1de commented 2 years ago

Caused by: org.meanbean.factories.NoSuchFactoryException: Failed to find suitable Factory for property=[entitledParties] of type=[class java.util.regex.Pattern]. Please register a custom Factory.

Hi, I can work around the issue with a custom factory, but I consider a Pattern a fairly standard type (I have plenty of those in my configuration classes). Maybe you could add a factory.

Thanks and best regards