| Package | Description | 
|---|---|
| oracle.adf.model.adapter.dataformat | |
| oracle.adf.model.adapter.dataformat.json | |
| oracle.adf.model.rest.describe | |
| oracle.adf.model.rest.odata | |
| oracle.binding.meta | 
 Contains interfaces for data binding metadata. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AccessorDef | 
FormatHelper.StructureHelper.getRootAccessor(StructureDefinition parent,
               boolean isCollection,
               DefinitionContext ctx)
Creates a wrapper accessor definition as if that returns the structure 
 definition created by the  
FormatStructureHandler 
 implementation.The return accessor will have a name "Data". | 
MethodDef | 
FormatHelper.StructureHelper.getRootMethod(StructureDefinition parent,
             boolean isCollection,
             DefinitionContext ctx)
Creates a wrapper method definition to define a virtual method 
  
FormatHelper.METHOD_CREATE as if that returns the structure definition created
 by the FormatStructureHandler implementation.The returned 
 collection will have a name "Data". | 
MethodDef | 
FormatHelper.StructureHelper.getRootMethod(StructureDefinition parent,
             boolean isCollection,
             DefinitionContext ctx,
             java.lang.String methodName)
Creates a wrapper method definition to define a virtual method for methodName
 as if that returns the structure definition created
 by the  
FormatStructureHandler implementation.The returned 
 collection will have a name "Data". | 
MethodDef | 
FormatHelper.StructureHelper.getRootMethod(StructureDefinition parent,
             boolean isCollection,
             DefinitionContext ctx,
             java.lang.String methodName,
             boolean ensureStructureV2)
Creates a wrapper method definition to define a virtual method for methodName
 as if that returns the structure definition created
 by the  
FormatStructureHandler implementation.The returned 
 collection will have a name "Data". | 
StructureDefinition | 
XSDHandler.getStructure(java.lang.String name,
            DefinitionContext ctx)
Returns the structure definition extracted for the data format. 
 | 
StructureDefinition | 
FormatStructureHandler.getStructure(java.lang.String name,
            DefinitionContext ctx)
Returns the structure definition extracted for the data format. 
 | 
StructureDefinition | 
CSVHandler.getStructure(java.lang.String name,
            DefinitionContext ctx)
Returns the structure definition extracted for the data format. 
 | 
StructureDefinition | 
BeanHandler.getStructure(java.lang.String beanClass,
            DefinitionContext ctx)
Implement the FormatStructureHandler for getStructure. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StructureDefinition | 
JSONSchemaHandler.getStructure(java.lang.String name,
            DefinitionContext ctx)  | 
| Modifier and Type | Method and Description | 
|---|---|
AccessorDef | 
DescribeChildOperation.getAccessorDef(StructureDef structDef,
              java.lang.String dcName,
              com.fasterxml.jackson.databind.node.ObjectNode node,
              DefinitionContext ctx)  | 
StructureDefinition | 
DescribeHandler.getStructure(java.lang.String name,
            DefinitionContext ctx)  | 
| Constructor and Description | 
|---|
DescribeStructureDef(java.lang.String name,
                    Definition parent,
                    com.fasterxml.jackson.databind.JsonNode workingNode,
                    DefinitionContext ctx,
                    DescribeHandler descHandler)
Creates an empty structure definition with a name and a parent 
 | 
DescribeStructureDef(java.lang.String fullname,
                    com.fasterxml.jackson.databind.JsonNode workingNode,
                    DefinitionContext ctx,
                    DescribeHandler descHandler)
Creates an empty structure definition with a name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ODataChildOperation.addChildStructureDef(StructureDef structDef,
                    javax.naming.Context connectionContext,
                    DefinitionContext ctx,
                    java.lang.String baseUrl,
                    java.lang.String dcName)  | 
StructureDefinition | 
ODataHandler.getStructure(java.lang.String name,
            DefinitionContext ctx)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultDefinitionContext
The DefaultDefinitionContext class can be used for storing and lookup of
 control bindings and datacontrols metadata. 
 |