@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(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.Resolution
true
if the represented argument is resolved successfully.public Object getArgument()
getArgument
in interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
Copyright © 2014–2020. All rights reserved.