Package | Description |
---|---|
com.viaoa.json.jackson | |
com.viaoa.pojo |
Uses a loader to map OAObject's into a Pojo structure that can be used for mapping json.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OAJacksonSerializer.writePojoProperty(OAJson oaj,
OAObjectInfo oi,
OAObject oaObj,
com.fasterxml.jackson.core.JsonGenerator gen,
PojoProperty pjp) |
Modifier and Type | Field and Description |
---|---|
protected PojoProperty |
PojoImportMatch.pojoProperty |
protected PojoProperty |
PojoLinkFkey.pojoProperty |
protected PojoProperty |
PojoLinkUnique.pojoProperty |
protected PojoProperty |
PojoRegularProperty.pojoProperty |
Modifier and Type | Method and Description |
---|---|
PojoProperty |
PojoImportMatch.getPojoProperty() |
PojoProperty |
PojoLinkFkey.getPojoProperty() |
PojoProperty |
PojoLinkUnique.getPojoProperty() |
PojoProperty |
PojoRegularProperty.getPojoProperty() |
static PojoProperty |
PojoDelegate.getPojoProperty(Pojo pojo,
String name) |
Modifier and Type | Method and Description |
---|---|
static List<PojoProperty> |
PojoLinkOneDelegate.getImportMatchPojoProperties(PojoLinkOne plo) |
static List<PojoProperty> |
PojoLinkOneDelegate.getImportMatchPojoProperties(Pojo pojo,
String linkName) |
static List<PojoProperty> |
PojoLinkOneDelegate.getLinkFkeyPojoProperties(PojoLinkOne plo) |
static List<PojoProperty> |
PojoLinkOneDelegate.getLinkFkeyPojoProperties(Pojo pojo,
String linkName) |
static List<PojoProperty> |
PojoLinkOneDelegate.getLinkOnePojoProperties(PojoLinkOne plo) |
static List<PojoProperty> |
PojoLinkOneDelegate.getLinkUniquePojoProperties(PojoLinkOne plo) |
static List<PojoProperty> |
PojoLinkOneDelegate.getLinkUniquePojoProperties(Pojo pojo,
String linkName) |
static List<PojoProperty> |
PojoDelegate.getPojoProperties(Pojo pojo) |
protected static List<PojoProperty> |
PojoDelegate.getPojoProperties(Pojo pojo,
boolean bKeyOnly) |
static List<PojoProperty> |
PojoDelegate.getPojoPropertyKeys(Pojo pojo) |
Modifier and Type | Method and Description |
---|---|
void |
PojoImportMatch.setPojoProperty(PojoProperty newValue) |
void |
PojoLinkFkey.setPojoProperty(PojoProperty newValue) |
void |
PojoLinkUnique.setPojoProperty(PojoProperty newValue) |
void |
PojoRegularProperty.setPojoProperty(PojoProperty newValue) |
Modifier and Type | Method and Description |
---|---|
protected static void |
PojoLinkOneDelegate._getLinkOnePojoProperties(PojoLinkOne plo,
List<PojoProperty> alPjp) |
Copyright © 1999–2025 ViaOA. All rights reserved.