T
- The type of object created by this factory.@FunctionalInterface public interface Factory<T>
Modifier and Type | Method and Description |
---|---|
T |
newInstance()
Creates and returns a new object instance.
|
T newInstance()
Copyright 2010-2022 ForgeRock AS.