Skip to content

Commit

Permalink
addressed issues from MR. added test coverage for primitive types. sw…
Browse files Browse the repository at this point in the history
…itched to assertj.
  • Loading branch information
agoston committed Dec 7, 2020
1 parent 73bee21 commit a156024
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 92 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/bol/reflection/ReflectionCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.data.mongodb.core.mapping.Field;
import org.springframework.util.ClassUtils;
import org.springframework.util.ReflectionUtils;

import java.lang.reflect.Modifier;
Expand Down
Loading

0 comments on commit a156024

Please sign in to comment.