Package | Description |
---|---|
org.yaml.snakeyaml.introspector |
Modifier and Type | Class and Description |
---|---|
class |
FieldProperty
A
FieldProperty is a Property which is accessed as a field, without
going through accessor methods (setX, getX). |
class |
MethodProperty
A
MethodProperty is a Property which is accessed through accessor
methods (setX, getX). |