public abstract class AbstractOptions extends Object
Constructor and Description |
---|
AbstractOptions() |
Modifier and Type | Method and Description |
---|---|
protected void |
putAttribute(Map<String,Object> object,
String key,
Object value) |
protected void |
putAttribute(MapBuilder object,
String key,
Object value) |
protected void |
putAttributeCollection(MapBuilder object,
String key,
List<?> value) |
protected void |
putAttributeToLower(Map<String,Object> object,
String key,
Object value) |
protected void |
putAttributeToLower(MapBuilder object,
String key,
Object value) |
protected void putAttributeToLower(Map<String,Object> object, String key, Object value)
protected void putAttribute(MapBuilder object, String key, Object value)
protected void putAttributeToLower(MapBuilder object, String key, Object value)
protected void putAttributeCollection(MapBuilder object, String key, List<?> value)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.