R - target type of the schema element to be generated by this generator.P - source type of the object, from which the schema element can be generated.public interface SchemaElementGenerator<R,P>
org.apache.olingo.odata2.api.edm.provider.Schema element.| Modifier and Type | Method and Description |
|---|---|
R |
generate(P object)
Generates the schema element whose type is defined by T.
|
Copyright © 2018 SAP SE. All Rights Reserved.