Interface ResolverContract.DefinitionStages.WithPath
- All Known Subinterfaces:
ResolverContract.Definition,ResolverContract.DefinitionStages.WithCreate
- Enclosing interface:
ResolverContract.DefinitionStages
public static interface ResolverContract.DefinitionStages.WithPath
The stage of the ResolverContract definition 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.
-