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.
|
protected abstract Map<String,String> propertyMap()
public void load(B builder)
load
in interface PropertyLoader<B extends CoreEnvironment.Builder>
Copyright © 2021 Couchbase, Inc.. All rights reserved.