Package | Description |
---|---|
com.viaoa.json | |
com.viaoa.json.jackson | |
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
com.viaoa.xml |
Modifier and Type | Method and Description |
---|---|
protected static String |
OAJson._convertMethodArgumentsToJson(OAJson oaj,
Method method,
Object[] argValues,
List<String>[] lstIncludePropertyPathss,
int[] skipParams) |
protected static Object[] |
OAJson.convertJsonToMethodArguments(OAJson oaj,
com.fasterxml.jackson.databind.node.ArrayNode nodeArray,
Method method,
int[] skipParams) |
Modifier and Type | Method and Description |
---|---|
protected void |
OAJacksonSerializer._serialize(OAJson oaj,
OAObject oaObj,
OAObjectInfo oi,
OAObject value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
protected boolean |
OAJacksonSerializer.shouldInclude(OAJson oaj,
OALinkInfo li,
boolean bIncludeOwned,
ArrayList<String> alPropertyPaths) |
protected void |
OAJacksonSerializer.writeExtraPojoProperties(OAJson oaj,
OAObjectInfo oi,
OAObject oaObj,
com.fasterxml.jackson.core.JsonGenerator gen)
Include other properties that could be needed for Pojo.
|
protected void |
OAJacksonSerializer.writePojoLinkOne(OAJson oaj,
OAObjectInfo oi,
OAObject oaObj,
com.fasterxml.jackson.core.JsonGenerator gen,
PojoLinkOne plo) |
protected void |
OAJacksonSerializer.writePojoProperty(OAJson oaj,
OAObjectInfo oi,
OAObject oaObj,
com.fasterxml.jackson.core.JsonGenerator gen,
PojoProperty pjp) |
Constructor and Description |
---|
OAJacksonDeserializerLoader(OAJson oaj) |
OAJacksonDeserializerLoaderOld(OAJson oaj) |
Modifier and Type | Field and Description |
---|---|
OAJson |
OAThreadLocal.oajackson |
Modifier and Type | Method and Description |
---|---|
static OAJson |
OAThreadLocalDelegate.getOAJackson() |
static OAJson |
OAThreadLocalDelegate.setOAJackson(OAJson jackson) |
Modifier and Type | Method and Description |
---|---|
static OAJson |
OAThreadLocalDelegate.setOAJackson(OAJson jackson) |
Modifier and Type | Class and Description |
---|---|
class |
OAXml
XML version of OAJson.
|
Copyright © 1999–2025 ViaOA. All rights reserved.