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