Searched refs:FooMixin (Results 1 – 1 of 1) sorted by relevance
20 public abstract class FooMixin { class in MixinsWithBundlesTest39 ObjectMapper mapper = new ObjectMapper().addMixIn(Foo.class, FooMixin.class); in testMixinWithBundles()