Package io.undertow.servlet.util
Class ConstructorInstanceFactory<T>
java.lang.Object
io.undertow.servlet.util.ConstructorInstanceFactory<T>
- All Implemented Interfaces:
InstanceFactory<T>
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFactory that creates a fully injected instance.
-
Constructor Details
-
ConstructorInstanceFactory
-
-
Method Details
-
createInstance
Description copied from interface:InstanceFactory
Factory that creates a fully injected instance.- Specified by:
createInstance
in interfaceInstanceFactory<T>
- Returns:
- The fully injected instance
- Throws:
InstantiationException
-