How to use mixin from Web Components

When we write Vaadin Flow Java wrappers, what is the correct way of using mixins available in the Web Components?

For example, if I create a wrapper around the Polymer component paper-item, how can I use the mixin --paper-item-selected from within my Java code.