Interface ResolverContract.UpdateStages.WithPath
- All Known Subinterfaces:
ResolverContract.Update
- Enclosing interface:
ResolverContract.UpdateStages
public static interface ResolverContract.UpdateStages.WithPath
The stage of the ResolverContract update allowing to specify path.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the path property: Path is type/field being resolved..
-
Method Details
-
withPath
Specifies the path property: Path is type/field being resolved..- Parameters:
path- Path is type/field being resolved.- Returns:
- the next definition stage.
-