| Modifier and Type | Class and Description |
|---|---|
static class |
Path.HintedTypeProvider
This is a type provider (
Path.TypeProvider) implementation that tries
to deduce the types on the path based on the current position and the intended type of the final segment of
the path. |
static class |
Path.StructuredDataHintingTypeProvider |
| Modifier and Type | Method and Description |
|---|---|
static RelativePath |
RelativePath.fromPartiallyUntypedString(String path,
Path.TypeProvider typeProvider) |
static Path |
Path.fromPartiallyUntypedString(String path,
Path.TypeProvider typeProvider)
Parses the provided path using the type provider (
Path.TypeProvider)
to figure out the types of segments that don't explicitly mention it. |
static CanonicalPath |
CanonicalPath.fromPartiallyUntypedString(String path,
Path.TypeProvider typeProvider) |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.