T - The type of object created by this factory.public interface Factory<T>
| Modifier and Type | Method and Description | 
|---|---|
T | 
newInstance()
Creates and returns a new object instance. 
 | 
T newInstance()
Copyright © 2025 Open Identity Platform Community. All rights reserved.