Package io.undertow.servlet.api
Interface InstanceFactory<T>
- All Known Implementing Classes:
ConstructorInstanceFactory
,ImmediateInstanceFactory
public interface InstanceFactory<T>
Factory that creates fully injected component instances.
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionFactory that creates a fully injected instance.
-
Method Details
-
createInstance
Factory that creates a fully injected instance.- Returns:
- The fully injected instance
- Throws:
InstantiationException
-