Searched refs:mixins (Results 1 – 1 of 1) sorted by relevance
51 private final Map<Class<? extends Mixin>, Mixin> mixins = new HashMap<>(); field in TemplateLayout96 mixins.put(cls, mixin); in registerMixin()124 return (M) mixins.get(cls); in getMixin()