|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.odata4j.producer.edm.MetadataEdmGenerator
public class MetadataEdmGenerator
Creates an EdmDataServices instance that models the EDM in terms of the EDM, call it a meta-EDM.
This model then serves as the basis for queryable metadata. This generator
can be parameterized with an optional EdmDecorator
. The decorator implements
aspects of the meta EDM that are application specific such as Documentation
and Annotations.
The current implementation is not 100% complete.
EntityTypes implemented include: Schema, Property, ComplexType and EntityType (note that NavigationProperty is *no* implemented yet)
EntitySets implemented include: Schemas, Properties, EntityTypes, RootEntityTypes, ComplexTypes and RootComplexTypes
Documentation elements are supported
AnnotationAttributes are supported
AnnotationElements are partially supported (JSON only)
Constructor Summary | |
---|---|
MetadataEdmGenerator()
|
Method Summary | |
---|---|
EdmDataServices.Builder |
generateEdm(EdmDecorator decorator)
Generates the meta EDM data services |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataEdmGenerator()
Method Detail |
---|
public EdmDataServices.Builder generateEdm(EdmDecorator decorator)
generateEdm
in interface EdmGenerator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |