Package | Description |
---|---|
org.apache.johnzon.mapper |
Modifier and Type | Class and Description |
---|---|
interface |
JohnzonVirtualObject
Example: @JohnzonVirtualObject(path = {"nested", "nested-again"}, field = { "a", "b" })
will generate {"nested":{"nested-again":{"a":"xxx", "b": "yyy"}}}
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.