|
SnakeYAML 1.8-redhat-2 | |||||||||
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
org.yaml.snakeyaml.introspector.FieldProperty
public class FieldProperty
Constructor Summary | |
---|---|
FieldProperty(Field field)
|
Method Summary | |
---|---|
Object |
get(Object object)
|
void |
set(Object object,
Object value)
|
Methods inherited from class org.yaml.snakeyaml.introspector.GenericProperty |
---|
getActualTypeArguments |
Methods inherited from class org.yaml.snakeyaml.introspector.Property |
---|
compareTo, getName, getType, isReadable, isWritable, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FieldProperty(Field field)
Method Detail |
---|
public void set(Object object, Object value) throws Exception
set
in class Property
Exception
public Object get(Object object)
get
in class Property
|
SnakeYAML 1.8-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |