public class EntityReaderRegistry
extends java.lang.Object
| Constructor and Description |
|---|
EntityReaderRegistry() |
| Modifier and Type | Method and Description |
|---|---|
EntityReader |
getReader(UriInfo uriInfo)
Get the first
EntityReader that can read from the commerce suite given the UriInfo |
void |
setEntityReaders(java.util.Collection<EntityReader> readers) |
public EntityReader getReader(UriInfo uriInfo)
EntityReader that can read from the commerce suite given the UriInfouriInfo - Use to determine which EntityReader can do the readingEntityReaderjava.lang.RuntimeException - or a derivative of it if no EntityReader is foundpublic void setEntityReaders(java.util.Collection<EntityReader> readers)
Copyright © 2018 SAP SE. All Rights Reserved.