Interface | Description |
---|---|
Property |
Interface over getter/setter-based, field-based, or Groovy-based properties, so that
Inspectors can treat them all the same. |
PropertyStyle |
Abstraction layer for retrieving properties from types.
|
Class | Description |
---|---|
BaseProperty |
Convenience implementation for Properties.
|
BasePropertyStyle |
Convenience implementation for PropertyStyles.
|
ValueAndDeclaredType |
Simple immutable structure to store a value and its declared type.
|
Different environments have different approaches to defining what constitutes a 'property'. For example, JavaBean-properties are convention-based, whereas Groovy has explicit property support.
Copyright © 2015. All Rights Reserved.