|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.ep.EntityProviderReadProperties
public class EntityProviderReadProperties
The EntityProviderReadProperties
contains all necessary settings
to read an entity with the EntityProvider
.
The main settings are
mergeSemantic
callback for inlined navigation properties
type mappings
validatingFacets
Nested Class Summary | |
---|---|
static class |
EntityProviderReadProperties.EntityProviderReadPropertiesBuilder
Builder for EntityProviderReadProperties . |
Method Summary | |
---|---|
OnReadInlineContent |
getCallback()
|
boolean |
getMergeSemantic()
Gets the merge semantics. |
Map<String,Object> |
getTypeMappings()
|
Map<String,String> |
getValidatedPrefixNamespaceUris()
|
static EntityProviderReadProperties.EntityProviderReadPropertiesBuilder |
init()
|
static EntityProviderReadProperties.EntityProviderReadPropertiesBuilder |
initFrom(EntityProviderReadProperties properties)
|
boolean |
isValidatingFacets()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static EntityProviderReadProperties.EntityProviderReadPropertiesBuilder init()
public static EntityProviderReadProperties.EntityProviderReadPropertiesBuilder initFrom(EntityProviderReadProperties properties)
public Map<String,String> getValidatedPrefixNamespaceUris()
public Map<String,Object> getTypeMappings()
public OnReadInlineContent getCallback()
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 MERGE
or PATCH
in a server application).
Otherwise the request, even if not all data are supplied, is supposed to
overwrite the existing entity completely.
public boolean isValidatingFacets()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |