| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api.dto | |
| org.apache.camel.component.salesforce.api.utils |
| Modifier and Type | Method and Description |
|---|---|
abstract SObjectDescription |
AbstractDescribedSObjectBase.description()
Additional metadata about this SObject.
|
SObjectDescription |
SObjectDescription.prune()
Removes some of the less used properties from this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<com.fasterxml.jackson.module.jsonSchema.JsonSchema> |
JsonUtils.getSObjectJsonSchema(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SObjectDescription description,
String idPrefix,
boolean addQuerySchema) |
static String |
JsonUtils.getSObjectJsonSchema(SObjectDescription description) |
static String |
JsonUtils.getSObjectJsonSchema(SObjectDescription description,
boolean addQuerySchema) |
static com.fasterxml.jackson.module.jsonSchema.JsonSchema |
JsonUtils.getSObjectJsonSchemaAsJson(SObjectDescription description) |
static com.fasterxml.jackson.module.jsonSchema.JsonSchema |
JsonUtils.getSObjectJsonSchemaAsSchema(SObjectDescription description,
boolean addQuerySchema) |
Apache Camel