public interface Initiator
If there are multiple constructors, it is assumed that the public constructor with the largest number of parameters should be used.
package| Modifier and Type | Method and Description |
|---|---|
default <T> T |
initiate(Class<T> targetType,
String... ignore)
Creates and returns a new instance of a given target type.
|
default <T> T initiate(Class<T> targetType, String... ignore)
T - The target type.targetType - The Class representation of the target type.ignore - The names of methods or constructor arguments that shell be ignored.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.