public static interface Plugin.Factory.UsingReflection.ArgumentResolver
Plugin constructor.| Modifier and Type | Interface and Description |
|---|---|
static class |
Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex
An argument resolver that resolves an argument for a specific parameter index.
|
static class |
Plugin.Factory.UsingReflection.ArgumentResolver.ForType<T>
An argument resolver that resolves parameters for a given type.
|
static class |
Plugin.Factory.UsingReflection.ArgumentResolver.NoOp
An argument resolver that never resolves an argument.
|
static interface |
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
A resolution provided by an argument provider.
|
| Modifier and Type | Method and Description |
|---|---|
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution |
resolve(int index,
Class<?> type)
Attempts the resolution of an argument for a given parameter.
|
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution resolve(int index, Class<?> type)
index - The parameter's index.type - The parameter's type.Copyright © 2014–2023. All rights reserved.