@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface ODataField
Modifier and Type | Required Element and Description |
---|---|
String |
odataName
The name of the OData property this field gets mapped to.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends TypeConverter<?,?>> |
converter
The converter to be used to convert between the domain and the exposed type of the annotated field.
|
public abstract String odataName
public abstract Class<? extends TypeConverter<?,?>> converter
Copyright © 2019 SAP SE. All rights reserved.