public static interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.ResolvedRepresents a resolved argument resolution. | 
| static class  | Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.UnresolvedRepresents an unresolved argument resolution. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getArgument()Returns the resolved argument if the resolution was successful. | 
| boolean | isResolved()Returns  trueif 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–2025. All rights reserved.