org.yaml.snakeyaml.introspector
Class PropertyUtils

java.lang.Object
  extended by org.yaml.snakeyaml.introspector.PropertyUtils

public class PropertyUtils
extends Object


Constructor Summary
PropertyUtils()
           
 
Method Summary
 Set<Property> getProperties(Class<? extends Object> type)
           
 Set<Property> getProperties(Class<? extends Object> type, BeanAccess bAccess)
           
 Property getProperty(Class<? extends Object> type, String name)
           
 Property getProperty(Class<? extends Object> type, String name, BeanAccess bAccess)
           
 void setAllowReadOnlyProperties(boolean allowReadOnlyProperties)
           
 void setBeanAccess(BeanAccess beanAccess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyUtils

public PropertyUtils()
Method Detail

getProperties

public Set<Property> getProperties(Class<? extends Object> type)
                            throws IntrospectionException
Throws:
IntrospectionException

getProperties

public Set<Property> getProperties(Class<? extends Object> type,
                                   BeanAccess bAccess)
                            throws IntrospectionException
Throws:
IntrospectionException

getProperty

public Property getProperty(Class<? extends Object> type,
                            String name)
                     throws IntrospectionException
Throws:
IntrospectionException

getProperty

public Property getProperty(Class<? extends Object> type,
                            String name,
                            BeanAccess bAccess)
                     throws IntrospectionException
Throws:
IntrospectionException

setBeanAccess

public void setBeanAccess(BeanAccess beanAccess)

setAllowReadOnlyProperties

public void setAllowReadOnlyProperties(boolean allowReadOnlyProperties)


Copyright © 2008-2010. All Rights Reserved.