Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.entity.marker |
Modifier and Type | Field and Description |
---|---|
protected BaseEntity |
ArangoException.entity |
Modifier and Type | Method and Description |
---|---|
protected <T extends BaseEntity> |
BaseArangoDriver.createEntity(HttpResponseEntity res,
Class<? extends BaseEntity> clazz,
Class<?>... pclazz) |
protected <T extends BaseEntity> |
BaseArangoDriver.createEntity(HttpResponseEntity res,
Class<? extends BaseEntity> clazz,
Class<?>[] pclazz,
boolean validate)
HTTPレスポンスから指定した型へ変換する。 レスポンスがエラーであるかを確認して、エラーの場合は例外を投げる。
|
protected <T extends BaseEntity> |
BaseArangoDriver.createEntity(HttpResponseEntity res,
Class<T> clazz) |
<T extends BaseEntity> |
ArangoException.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseArangoDriver.setStatusCode(HttpResponseEntity res,
BaseEntity entity) |
protected void |
BaseArangoDriver.validate(HttpResponseEntity res,
BaseEntity entity) |
Modifier and Type | Method and Description |
---|---|
protected <T extends BaseEntity> |
BaseArangoDriver.createEntity(HttpResponseEntity res,
Class<? extends BaseEntity> clazz,
Class<?>... pclazz) |
protected <T extends BaseEntity> |
BaseArangoDriver.createEntity(HttpResponseEntity res,
Class<? extends BaseEntity> clazz,
Class<?>[] pclazz,
boolean validate)
HTTPレスポンスから指定した型へ変換する。 レスポンスがエラーであるかを確認して、エラーの場合は例外を投げる。
|
Constructor and Description |
---|
ArangoException(BaseEntity entity) |
Modifier and Type | Class and Description |
---|---|
class |
VertexEntity<T> |
Modifier and Type | Method and Description |
---|---|
static <T extends BaseEntity> |
MissingInstanceCreater.getMissingClass(Class<T> clazz) |
Copyright © 2012–2014 ArangoDB GmbH. All rights reserved.