| Package | Description |
|---|---|
| com.holonplatform.auth.jwt | |
| com.holonplatform.core.beans | |
| com.holonplatform.core.config | |
| com.holonplatform.core.datastore |
| Modifier and Type | Method and Description |
|---|---|
static ConfigPropertySet.Builder<JwtConfigProperties> |
JwtConfigProperties.builder()
Builder to create property set instances bound to a property data source
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigPropertySet.Builder<BeanConfigProperties> |
BeanConfigProperties.builder()
Builder to create property set instances bound to a property data source
|
| Modifier and Type | Method and Description |
|---|---|
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withDefaultPropertySources()
Add default configuration property sources using
DefaultConfig.defaultConfigPropertyProviders() |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withDefaultPropertySources(ClassLoader classLoader)
Add default configuration property sources using
DefaultConfig.defaultConfigPropertyProviders() and
given ClassLoader |
<T> ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withProperty(ConfigProperty<T> property,
T value)
Add given config property value.
|
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(ConfigPropertyProvider provider)
Add given
ConfigPropertyProvider property source to ConfigPropertySet |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(InputStream propertiesInputStream)
Add given
InputStream property source to ConfigPropertySet |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(Map<String,Object> propertyMap)
Add given
Map property source to ConfigPropertySet |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(Properties properties)
Add given
Properties property source to ConfigPropertySet |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(String sourceFileName)
Add given
sourceFileName as property source to ConfigPropertySet, using default ClassLoader |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(String sourceFileName,
ClassLoader classLoader,
boolean lenient)
Add given
sourceFileName as property source to ConfigPropertySet |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withSystemPropertySource()
Add a property source using
System properties to ConfigPropertySet |
| Modifier and Type | Method and Description |
|---|---|
static ConfigPropertySet.Builder<DatastoreConfigProperties> |
DatastoreConfigProperties.builder()
Builder to create property set instances bound to a property data source, without data context id specification.
|
static ConfigPropertySet.Builder<DatastoreConfigProperties> |
DatastoreConfigProperties.builder(String dataContextId)
Builder to create property set instances bound to a property data source.
|
Copyright © 2019 The Holon Platform. All rights reserved.