Uses of Interface
org.omnaest.utils.structure.element.factory.FactoryTypeAware

Packages that use FactoryTypeAware
org.omnaest.utils.structure.element.converter   
org.omnaest.utils.structure.element.factory.adapter   
org.omnaest.utils.structure.element.factory.concrete   
 

Uses of FactoryTypeAware in org.omnaest.utils.structure.element.converter
 

Methods in org.omnaest.utils.structure.element.converter that return FactoryTypeAware
 FactoryTypeAware<T> ElementConverterClassToClassInstanceFactory.convert(Class<? extends T> type)
           
 

Uses of FactoryTypeAware in org.omnaest.utils.structure.element.factory.adapter
 

Classes in org.omnaest.utils.structure.element.factory.adapter that implement FactoryTypeAware
 class FactoryToFactoryTypeAwareAdapter<E>
          Adapter which allows to use a Factory in combination with a given type as FactoryTypeAware instance
 

Uses of FactoryTypeAware in org.omnaest.utils.structure.element.factory.concrete
 

Classes in org.omnaest.utils.structure.element.factory.concrete that implement FactoryTypeAware
 class ArrayListFactory<E>
          FactoryTypeAware creating new instances of ArrayList
 class FactoryTypeAwareReflectionBased<E>
          A FactoryTypeAware which uses ReflectionUtils.newInstanceOf(Class, Object...) to create new instances.
 class HashSetFactory<E>
          FactoryTypeAware creating new instances of HashSet
 class LinkedHashSetFactory<E>
          FactoryTypeAware creating new instances of LinkedHashSet
 



Copyright © 2013. All Rights Reserved.