@HashCodeAndEqualsPlugin.Enhance public static class Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Resolved extends Object implements Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Resolved, Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved| Constructor and Description |
|---|
Resolved(Object argument)
Creates a resolved 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. |
public Resolved(@MaybeNull Object argument)
argument - The resolved argument which might be null.public boolean isResolved()
true if the represented argument is resolved successfully.isResolved in interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolutiontrue if the represented argument is resolved successfully.@MaybeNull public Object getArgument()
getArgument in interface Plugin.Factory.UsingReflection.ArgumentResolver.ResolutionCopyright © 2014–2024. All rights reserved.