@ApiStatus.Internal
public class ArgBinding<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArgBinding.Release<T> |
| Constructor and Description |
|---|
ArgBinding(java.lang.Class<T> type,
ArgumentProvider<T> provider,
java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> |
annotations() |
ArgumentProvider<T> |
provider() |
static @NotNull ArgBinding<?> |
release(@NotNull java.lang.Class<?> type,
@NotNull java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations) |
java.lang.Class<T> |
type() |
static @NotNull ArgBinding<?> |
unsafe(@NotNull java.lang.Class<?> type,
@NotNull ArgumentProvider<?> provider,
@NotNull java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations) |
public ArgBinding(java.lang.Class<T> type, ArgumentProvider<T> provider, java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations)
@ApiStatus.Internal @NotNull @Contract(value="_, _, _ -> new") public static @NotNull ArgBinding<?> unsafe(@NotNull @NotNull java.lang.Class<?> type, @NotNull @NotNull ArgumentProvider<?> provider, @NotNull @NotNull java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations)
@ApiStatus.Internal @NotNull @Contract(value="_, _ -> new") public static @NotNull ArgBinding<?> release(@NotNull @NotNull java.lang.Class<?> type, @NotNull @NotNull java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations)
public java.lang.Class<T> type()
public ArgumentProvider<T> provider()
public java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations()