Interface IInjectingObjectFactory

All Known Subinterfaces:
IValueInjector
All Known Implementing Classes:
ValueInjector

public interface IInjectingObjectFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    create(Class<T> clazz)
     
    <T> T