B - the builder to load into.public abstract class AbstractMapPropertyLoader<B extends CoreEnvironment.Builder> extends Object implements PropertyLoader<B>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMapPropertyLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(B builder) |
protected abstract Map<String,String> |
propertyMap()
Returns the property map which should be loaded.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromMapprotected abstract Map<String,String> propertyMap()
public void load(B builder)
load in interface PropertyLoader<B extends CoreEnvironment.Builder>Copyright © 2024 Couchbase, Inc.. All rights reserved.