|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.yaml.snakeyaml.introspector.Property
org.yaml.snakeyaml.introspector.GenericProperty
public abstract class GenericProperty
Constructor Summary | |
---|---|
GenericProperty(java.lang.String name,
java.lang.Class<?> aClass,
java.lang.reflect.Type aType)
|
Method Summary | |
---|---|
java.lang.Class<?>[] |
getActualTypeArguments()
|
Methods inherited from class org.yaml.snakeyaml.introspector.Property |
---|
compareTo, get, getName, getType, isReadable, isWritable, set, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GenericProperty(java.lang.String name, java.lang.Class<?> aClass, java.lang.reflect.Type aType)
Method Detail |
---|
public java.lang.Class<?>[] getActualTypeArguments()
getActualTypeArguments
in class Property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |