public interface

EdmGenerator

org.odata4j.edm.EdmGenerator
Known Indirect Subclasses

Class Overview

An object that knows how to produce an EdmDataServices model in the context of an EdmDecorator.

Summary

Public Methods
abstract EdmDataServices.Builder generateEdm(EdmDecorator decorator)
Produces a new mutable EdmDataServices model given an optional decorator.

Public Methods

public abstract EdmDataServices.Builder generateEdm (EdmDecorator decorator)

Produces a new mutable EdmDataServices model given an optional decorator.

Parameters
decorator