Package | Description |
---|---|
org.yaml.snakeyaml | |
org.yaml.snakeyaml.introspector |
Modifier and Type | Method and Description |
---|---|
void |
Yaml.setBeanAccess(BeanAccess beanAccess) |
Constructor and Description |
---|
JavaBeanDumper(BeanAccess beanAccess)
Deprecated.
|
JavaBeanDumper(boolean useGlobalTag,
BeanAccess beanAccess)
Deprecated.
Create Dumper for JavaBeans
|
JavaBeanLoader(java.lang.Class<S> clazz,
BeanAccess beanAccess)
Deprecated.
|
JavaBeanLoader(LoaderOptions options,
BeanAccess beanAccess)
Deprecated.
|
JavaBeanLoader(TypeDescription typeDescription,
BeanAccess beanAccess)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BeanAccess |
BeanAccess.valueOf(java.lang.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 and Description |
---|---|
protected java.util.Set<Property> |
PropertyUtils.createPropertySet(java.lang.Class<? extends java.lang.Object> type,
BeanAccess bAccess) |
java.util.Set<Property> |
PropertyUtils.getProperties(java.lang.Class<? extends java.lang.Object> type,
BeanAccess bAccess) |
protected java.util.Map<java.lang.String,Property> |
PropertyUtils.getPropertiesMap(java.lang.Class<?> type,
BeanAccess bAccess) |
Property |
PropertyUtils.getProperty(java.lang.Class<? extends java.lang.Object> type,
java.lang.String name,
BeanAccess bAccess) |
void |
PropertyUtils.setBeanAccess(BeanAccess beanAccess) |
Copyright © 2008-2013. All Rights Reserved.