org.yaml.snakeyaml.introspector
Class PropertyUtils
java.lang.Object
org.yaml.snakeyaml.introspector.PropertyUtils
public class PropertyUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyUtils
public PropertyUtils()
getPropertiesMap
protected java.util.Map<java.lang.String,Property> getPropertiesMap(java.lang.Class<?> type,
BeanAccess bAccess)
throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
getProperties
public java.util.Set<Property> getProperties(java.lang.Class<? extends java.lang.Object> type)
throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
getProperties
public java.util.Set<Property> getProperties(java.lang.Class<? extends java.lang.Object> type,
BeanAccess bAccess)
throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
createPropertySet
protected java.util.Set<Property> createPropertySet(java.lang.Class<? extends java.lang.Object> type,
BeanAccess bAccess)
throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
getProperty
public Property getProperty(java.lang.Class<? extends java.lang.Object> type,
java.lang.String name)
throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
getProperty
public Property getProperty(java.lang.Class<? extends java.lang.Object> type,
java.lang.String name,
BeanAccess bAccess)
throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
setBeanAccess
public void setBeanAccess(BeanAccess beanAccess)
setAllowReadOnlyProperties
public void setAllowReadOnlyProperties(boolean allowReadOnlyProperties)
Copyright © 2008-2011. All Rights Reserved.