Greg Whitaker

Results 12 comments of Greg Whitaker

This is blocked by #6

Thanks for reporting an issue. I'll take a look at this.

@Gunju-Ko Is it possible to post your DTOs in a gist? It would be helpful to diagnose the issue. The fields in catnap are evaluated lazily so if you have...

Progress Report: Added examples to the catnap query language reference.

Looks like we need to add Joda DateTime to the horribly and improperly named `isPrimativeType` method on the [ClassUtil](https://github.com/gregwhitaker/catnap/blob/master/catnap-core/src/main/java/com/github/gregwhitaker/catnap/core/util/ClassUtil.java#L60) class. This should prevent Catnap from attempting introspect the object. As...

I'm leery of adding too many types to the list of special case handling (ie. the don't introspect this object list). I think the best approach going forward is to...

@rohitbordia - Thanks for using Catnap. I do plan on adding support for maps and lists of maps in the near future. Unfortunately, I cannot give you a timeline as...

Theoretically it should just work, but in practice that could be another story. I am very busy this week and do not have the bandwidth to look into this right...

Awesome. Thanks @stefanbulzan for the contribution. I'll take a look at this later today.