Class NullablePropertyAnnotationGenerator

java.lang.Object
de.hybris.platform.odata2services.odata.schema.attribute.NullablePropertyAnnotationGenerator
All Implemented Interfaces:
PropertyAnnotationGenerator, SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute,TypeAttributeDescriptor>

public class NullablePropertyAnnotationGenerator extends Object implements PropertyAnnotationGenerator
Generate an annotation for EDMX property based on whether the property is nullable or not. example: <Property Nullable="true" .../>
  • Constructor Details

    • NullablePropertyAnnotationGenerator

      public NullablePropertyAnnotationGenerator()
  • Method Details