Class AdapterFactoryImpl<E,A extends Adapter>

java.lang.Object
pl.decerto.hyperon.ext.adapter.AdapterFactoryImpl<E,A>
All Implemented Interfaces:
AdapterFactory<E>

public class AdapterFactoryImpl<E,A extends Adapter> extends Object implements AdapterFactory<E>

E - type of element that will be wrapped by adapter. A - type of Adapter

for example: PolicyAdapter, E - Policy InsurerAdapter, E - Insurer
Author:
przemek hertel
  • Constructor Details

    • AdapterFactoryImpl

      public AdapterFactoryImpl()
  • Method Details