java.lang.Object
com.sap.cds.adapter.odata.v4.serializer.json.api.PropertyInfo

public class PropertyInfo extends Object
  • Method Details

    • from

      public static PropertyInfo from(EdmProperty edmProperty)
    • from

      public static PropertyInfo from(EdmProperty edmProperty, boolean strictSerialization)
    • create

      public static PropertyInfo create(String name, EdmType type, boolean isCollection)
    • getName

      public String getName()
    • getType

      public EdmType getType()
    • isCollection

      public boolean isCollection()
    • isStrictSerialization

      public boolean isStrictSerialization()