Closed Trellian closed 8 years ago
Apologies, Table.java
I think it would be better to check if childElement
is annotated with @Column? That way it would ignore all other members. You can make the change and raise a pull request if you want? Otherwise I can add this later.
Fixed in https://github.com/memtrip/SQLKing/pull/5 and merged with master
Hi Sam,
I would like to be able to either ignore static members, or specifically to ignore one called "CREATOR".
This would allow for adding parcelable implementation to a Table.
Would this be possible?
I think it could be done without too much trouble, as follows in Column.Java:
` private List assembleMembers(Element element) {
List columns = new ArrayList<>();