| Package | Description |
|---|---|
| org.yaml.snakeyaml | |
| org.yaml.snakeyaml.introspector |
| Modifier and Type | Field | Description |
|---|---|---|
protected BeanAccess |
TypeDescription.beanAccess |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Yaml.setBeanAccess(BeanAccess beanAccess) |
| Modifier and Type | Method | Description |
|---|---|---|
static BeanAccess |
BeanAccess.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BeanAccess[] |
BeanAccess.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Set<Property> |
PropertyUtils.createPropertySet(Class<? extends Object> type,
BeanAccess bAccess) |
|
Set<Property> |
PropertyUtils.getProperties(Class<? extends Object> type,
BeanAccess bAccess) |
|
protected Map<String,Property> |
PropertyUtils.getPropertiesMap(Class<?> type,
BeanAccess bAccess) |
|
Property |
PropertyUtils.getProperty(Class<? extends Object> type,
String name,
BeanAccess bAccess) |
|
void |
PropertyUtils.setBeanAccess(BeanAccess beanAccess) |
Copyright © 2008–2018. All rights reserved.