I don't want to always have to specify everything I want to include. It would be nice if I could do this instead: ``` JsonView.with(obj) .onClass(TestObject.class, Match.match() .exclude("*") .include("id") .include("name")) ```