| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.util |
| Modifier and Type | Field and Description |
|---|---|
protected List<NameAndProperty> |
GroupProxyBase.props |
| Modifier and Type | Method and Description |
|---|---|
List<NameAndProperty> |
GroupProxyBase.getProperties() |
List<NameAndProperty> |
GroupProxy.getProperties()
Returns a complete list of all AndHow Properties in this group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupProxyMutable.addProperty(NameAndProperty prop) |
| Constructor and Description |
|---|
GroupProxyBase(String canonicalName,
String javaCanonicalName,
List<NameAndProperty> props) |
GroupProxyBase(String canonicalName,
String javaCanonicalName,
List<NameAndProperty> props,
boolean userGroup) |
GroupProxyImmutable(String canonicalName,
String javaCanonicalName,
List<NameAndProperty> props)
Constructs a new instance w/ final unmodifiable fields.
|
GroupProxyImmutable(String canonicalName,
String javaCanonicalName,
List<NameAndProperty> props,
boolean userGroup) |
| Modifier and Type | Method and Description |
|---|---|
static List<NameAndProperty> |
AndHowUtil.getProperties(Class<?> group)
Builds a list of all Properties and their field names contained in the
passed class.
|
Copyright © 2017. All rights reserved.