org.yaml.snakeyaml.introspector
Class GenericProperty

java.lang.Object
  extended by org.yaml.snakeyaml.introspector.Property
      extended by org.yaml.snakeyaml.introspector.GenericProperty
All Implemented Interfaces:
Comparable<Property>
Direct Known Subclasses:
FieldProperty, MethodProperty

public abstract class GenericProperty
extends Property


Constructor Summary
GenericProperty(String name, Class<?> aClass, Type aType)
           
 
Method Summary
 Class<?>[] getActualTypeArguments()
           
 
Methods inherited from class org.yaml.snakeyaml.introspector.Property
compareTo, equals, get, getName, getType, hashCode, isReadable, isWritable, set, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericProperty

public GenericProperty(String name,
                       Class<?> aClass,
                       Type aType)
Method Detail

getActualTypeArguments

public Class<?>[] getActualTypeArguments()
Specified by:
getActualTypeArguments in class Property


Copyright © 2008-2012. All Rights Reserved.