| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResourceData
Representation of default implementation of resource data.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceData |
DefaultResourceData.Builder.build() |
ResourceData |
ResourceData.Builder.build()
Builds an instance of resource data.
|
ResourceData |
ModelConverter.createDataNode(ModelObjectData modelData)
Produces an immutable tree structure rooted at the returned DataNode
using the supplied model POJO object.
|
| Modifier and Type | Method and Description |
|---|---|
ModelObjectData |
ModelConverter.createModel(ResourceData data)
Produces a POJO of the specified type.
|
Copyright © 2018. All rights reserved.