Uses of Interface
pl.decerto.hyperon.ext.adapter.AdapterFactory
Packages that use AdapterFactory
-
Uses of AdapterFactory in pl.decerto.hyperon.ext.adapter
Classes in pl.decerto.hyperon.ext.adapter that implement AdapterFactoryModifier and TypeClassDescriptionclassAdapterFactoryImpl<E,A extends Adapter> E - type of element that will be wrapped by adapter.Constructors in pl.decerto.hyperon.ext.adapter with parameters of type AdapterFactoryModifierConstructorDescriptionCollectionAdapter(Collection<E> collection, AdapterFactory<E> factory)