org.yaml.snakeyaml.introspector
public class FieldProperty extends GenericProperty
A FieldProperty is a Property which is accessed as
a field, without going through accessor methods (setX, getX). The field may
have any scope (public, package, protected, private).
| Constructor and Description |
|---|
FieldProperty(Field field) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object object) |
void |
set(Object object,
Object value) |
getActualTypeArgumentscompareTo, equals, getName, getType, hashCode, isReadable, isWritable, toStringCopyright © 2008–2015. All rights reserved.