public class ImplLoader
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ImplLoader
public ImplLoader()
-
Method Details
-
create
@NotNull
public <T> T create(@NotNull
@NotNull Class<T> type,
@Nullable
@Nullable Object @NotNull ... parameters)
-
find
@NotNull
public <T> @NotNull Optional<T> find(@NotNull
@NotNull Class<T> type,
@Nullable
@Nullable Object @NotNull ... parameters)