Package net.bytebuddy.build
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 class
Represents a resolved argument resolution.static enum
Represents an unresolved argument resolution. -
Method Summary
Modifier and TypeMethodDescriptionReturns the resolved argument if the resolution was successful.boolean
Returnstrue
if the represented argument is resolved successfully.
-
Method Details
-
isResolved
boolean isResolved()Returnstrue
if the represented argument is resolved successfully.- Returns:
true
if 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.
-