Interface EdmMapping

All Known Implementing Classes:
CsdlMapping

public interface EdmMapping
EdmMapping holds custom mapping information which can be applied to a CSDL element.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the internal name for this mapped object.
    The class which is returned here will be used to during deserialization to replace the default java class for a primitive type.
  • Method Details

    • getInternalName

      String getInternalName()
      Returns the internal name for this mapped object. This name won`t be used by the Olingo library but can be used by applications to access their database easier.
      Returns:
      the internal name of this mapped object
    • getMappedJavaClass

      Class<?> getMappedJavaClass()
      The class which is returned here will be used to during deserialization to replace the default java class for a primitive type.
      Returns:
      class used during deserialization