Interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
- All Known Implementing Classes:
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Resolved, Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved
- Enclosing interface:
Plugin.Factory.UsingReflection.ArgumentResolver
public static interface Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
A resolution provided by an argument provider.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classRepresents a resolved argument resolution.static enumRepresents an unresolved argument resolution. -
Method Summary
Modifier and TypeMethodDescriptionReturns the resolved argument if the resolution was successful.booleanReturnstrueif the represented argument is resolved successfully.
-
Method Details
-
isResolved
boolean isResolved()Returnstrueif the represented argument is resolved successfully.- Returns:
trueif the represented argument is resolved successfully.
-
getArgument
Returns the resolved argument if the resolution was successful.- Returns:
- The resolved argument if the resolution was successful.
-