public class AfterLoadEvent<T> extends CosmosMappingEvent<JsonNode>
source| Constructor and Description |
|---|
AfterLoadEvent(JsonNode document,
Class<T> type,
String containerName)
Creates a new
AfterLoadEvent for the given JsonNode, type and collectionName. |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type for which the
AfterLoadEvent shall be invoked for. |
getContainerName, getDocument, getSourcetoStringpublic Class<T> getType()
AfterLoadEvent shall be invoked for.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.