Class PropertyGenerator
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.schema.property.PropertyGenerator
-
- All Implemented Interfaces:
SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.Property,IntegrationObjectItemAttributeModel>
@Deprecated(since="1905.09-CEP", forRemoval=true) public class PropertyGenerator extends java.lang.Object implements SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.Property,IntegrationObjectItemAttributeModel>Deprecated, for removal: This API element is subject to removal in a future version.useSimplePropertyGeneratorinstead. Current implementation simply delegates to it.
-
-
Constructor Summary
Constructors Constructor Description PropertyGenerator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected TypeAttributeDescriptorasDescriptor(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.org.apache.olingo.odata2.api.edm.provider.Propertygenerate(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.Generates the schema element whose type is defined by T.voidsetAttributeListGenerator(AttributeAnnotationListGenerator generator)Deprecated, for removal: This API element is subject to removal in a future version.voidsetDelegateGenerator(SimplePropertyGenerator generator)Deprecated, for removal: This API element is subject to removal in a future version.voidsetDescriptorFactory(DescriptorFactory factory)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
generate
public org.apache.olingo.odata2.api.edm.provider.Property generate(IntegrationObjectItemAttributeModel attributeModel)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SchemaElementGeneratorGenerates the schema element whose type is defined by T.- Specified by:
generatein interfaceSchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.Property,IntegrationObjectItemAttributeModel>- Parameters:
attributeModel- the object that is being converted- Returns:
- R the schema element
-
asDescriptor
protected TypeAttributeDescriptor asDescriptor(IntegrationObjectItemAttributeModel attributeModel)
Deprecated, for removal: This API element is subject to removal in a future version.
-
setAttributeListGenerator
public void setAttributeListGenerator(AttributeAnnotationListGenerator generator)
Deprecated, for removal: This API element is subject to removal in a future version.
-
setDescriptorFactory
public void setDescriptorFactory(DescriptorFactory factory)
Deprecated, for removal: This API element is subject to removal in a future version.
-
setDelegateGenerator
public void setDelegateGenerator(SimplePropertyGenerator generator)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-