| Package | Description |
|---|---|
| com.viaoa.json.jackson | |
| com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
| com.viaoa.util |
Utility Classes used for object graphs and applications.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
OAJacksonDeserializerLoader.convert(com.fasterxml.jackson.databind.JsonNode jn,
OAPropertyInfo pi) |
protected Object |
OAJacksonDeserializerLoaderOld.convert(com.fasterxml.jackson.databind.JsonNode jn,
OAPropertyInfo pi) |
protected void |
OAJacksonSerializer.writeProperty(OAPropertyInfo pi,
com.fasterxml.jackson.core.JsonGenerator gen,
OAObject oaObj) |
protected void |
OAJacksonSerializer.writeProperty(OAPropertyInfo pi,
String lowerName,
Object value,
com.fasterxml.jackson.core.JsonGenerator gen,
OAObject oaObj) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<OAPropertyInfo> |
OAObjectInfo.alPropertyInfo |
| Modifier and Type | Method and Description |
|---|---|
OAPropertyInfo |
OAFkeyInfo.getFromPropertyInfo() |
static OAPropertyInfo |
OAObjectInfoDelegate.getPropertyInfo(OAObjectInfo oi,
String propertyName) |
OAPropertyInfo |
OAObjectInfo.getPropertyInfo(String propertyName) |
OAPropertyInfo |
OAObjectInfo.getSubmitProperty() |
OAPropertyInfo |
OAObjectInfo.getTimestampProperty() |
OAPropertyInfo |
OAFkeyInfo.getToPropertyInfo() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OAPropertyInfo> |
OAObjectInfo.getPropertyInfos()
This is for regular properties, and does not include reference properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAObjectInfo.addPropertyInfo(OAPropertyInfo pi) |
static boolean |
OAObjectInfoDelegate.isPrimitive(OAPropertyInfo pi) |
void |
OAFkeyInfo.setFromPropertyInfo(OAPropertyInfo pi) |
void |
OAFkeyInfo.setToPropertyInfo(OAPropertyInfo pi) |
| Modifier and Type | Method and Description |
|---|---|
OAPropertyInfo |
OAPropertyPath.getEndPropertyInfo() |
Copyright © 1999–2025 ViaOA. All rights reserved.