| Package | Description |
|---|---|
| org.javersion.path |
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyPath.Any |
static class |
PropertyPath.AnyIndex |
static class |
PropertyPath.AnyKey |
static class |
PropertyPath.AnyProperty |
static class |
PropertyPath.Index |
static class |
PropertyPath.Key |
static class |
PropertyPath.Property |
static class |
PropertyPath.Root |
static class |
PropertyPath.SubPath |
| Modifier and Type | Field and Description |
|---|---|
PropertyPath |
PropertyPath.SubPath.parent |
PropertyPath |
PropertyTree.path |
| Modifier and Type | Method and Description |
|---|---|
static PropertyPath |
PropertyPath.parse(String path) |
PropertyPath |
PropertyPath.path(PropertyPath path) |
PropertyPath |
PropertyPath.toSchemaPath() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaPathFilter.apply(PropertyPath input) |
static PropertyTree |
PropertyTree.build(PropertyPath... paths) |
This |
SchemaBase.find(PropertyPath path) |
This |
SchemaBase.get(PropertyPath path) |
PropertyTree |
PropertyTree.get(PropertyPath path) |
Schema.Builder<T> |
Schema.Builder.getOrCreate(PropertyPath path) |
Schema.Builder<T> |
Schema.Builder.getOrCreate(PropertyPath path,
T value) |
PropertyPath |
PropertyPath.path(PropertyPath path) |
boolean |
PropertyPath.startsWith(PropertyPath other) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyTree |
PropertyTree.build(Collection<PropertyPath> paths) |
Copyright © 2015. All rights reserved.