public class Schema<T> extends SchemaBase<Schema<T>>
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.Builder<T> |
| Modifier | Constructor and Description |
|---|---|
protected |
Schema(Schema.Builder<T> builder) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Schema.Builder<T> |
builder() |
Schema<T> |
getChild(PropertyPath.NodeId nodeId) |
T |
getValue() |
boolean |
hasChild(PropertyPath.NodeId nodeId) |
boolean |
hasChildren() |
find, getprotected Schema(Schema.Builder<T> builder)
public static <T> Schema.Builder<T> builder()
public T getValue()
public Schema<T> getChild(PropertyPath.NodeId nodeId)
getChild in class SchemaBase<Schema<T>>public boolean hasChildren()
public boolean hasChild(PropertyPath.NodeId nodeId)
Copyright © 2015. All rights reserved.