public static interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
| Modifier and Type | Interface and Description |
|---|---|
static class |
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Resolved
Represents a resolved argument resolution.
|
static class |
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved
Represents an unresolved argument resolution.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getArgument()
Returns the resolved argument if the resolution was successful.
|
boolean |
isResolved()
Returns
true if the represented argument is resolved successfully. |
boolean isResolved()
true if the represented argument is resolved successfully.true if the represented argument is resolved successfully.@MaybeNull Object getArgument()
Copyright © 2014–2023. All rights reserved.