New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to work with Google Collections - SetMultimap #132
Comments
error : Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 3 |
hi the issue here : what if the method name is just "is" , then you will get the following exception public static boolean isGetter(Method m) { |
JaVers does not support Guava collection types out-of-the-box. We need a set of custom-comparators for Guava collection types, you can write it and then we encourage you to contribute this to JaVers |
looking forward for users contribution :) |
released in 2.9.0 |
Hi.
as a first setup i need to investigate changes on complex Aggregator MD object graph.
one of the data structures is Google Collections - SetMultimap and when i start the Javers JaversBuilder i got the following error :
given javaClass 'com.google.common.collect.AbstractMultimap$WrappedSet' is mapped to SetType, ManagedType expected
after registering the inner we getting error in BeanBasedPropertyScanner->ReflectionUtils->isPersistentGetter->isGetter
10x
The text was updated successfully, but these errors were encountered: