Package org.apache.olingo.odata2.api.ep
Class EntityProviderReadProperties
java.lang.Object
org.apache.olingo.odata2.api.ep.EntityProviderReadProperties
The EntityProviderReadProperties contains all necessary settings
to read an entity with the EntityProvider.
The main settings are
- the
mergeSemantic - the
callback for inlined navigation properties - the
type mappings - and
validatingFacets
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the merge semantics.init()initFrom(EntityProviderReadProperties properties) boolean
-
Method Details
-
init
-
initFrom
public static EntityProviderReadProperties.EntityProviderReadPropertiesBuilder initFrom(EntityProviderReadProperties properties) -
getValidatedPrefixNamespaceUris
-
getTypeMappings
-
getCallback
-
getMergeSemantic
public boolean getMergeSemantic()Gets the merge semantics.
Merge semantics is set if the input content has to be treated in the context of a request to merge incoming data with existing data (e.g., indicated by the HTTP verbs
MERGEorPATCHin a server application). Otherwise the request, even if not all data are supplied, is supposed to overwrite the existing entity completely. -
isValidatingFacets
public boolean isValidatingFacets()
-