| Package | Description |
|---|---|
| ch.jalu.configme.configurationdata |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends SettingsHolder> |
ConfigurationDataBuilder.createSettingsHolderInstance(Class<T> clazz)
Creates an instance of the given settings holder class.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationData |
ConfigurationDataBuilder.collectData(Iterable<Class<? extends SettingsHolder>> classes)
Collects property data and comment info from the given class and creates a configuration data
instance with it.
|
protected void |
ConfigurationDataBuilder.collectSectionComments(Class<? extends SettingsHolder> clazz) |
static ConfigurationData |
ConfigurationDataBuilder.createConfiguration(Iterable<Class<? extends SettingsHolder>> classes)
Collects all properties and comment data from the provided classes.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.