Class InstantiationDetails

java.lang.Object
me.datafox.dfxengine.injector.api.InstantiationDetails

public final class InstantiationDetails extends Object
Contains instantiation details of an object when using the Injector. When used as a dependency, it contains a reference to the class the Component was requested with, as well as the declared class of said Component. For Components that have InstantiationPolicy.ONCE, requesting will always be null.
  • Constructor Details

    • InstantiationDetails

      public InstantiationDetails()