Property types
EasyConf supports typed access to the configuration properties of a component.
The current supported types are (in alphabetic order):
- BigDecimal
- BigInteger
- Boolean
- Byte
- Class: useful for implementing plugins
- ClassArray: useful for implementing plugin chains
- Double
- Float
- Integer
- List
- Long
- Short
- String: supports usage of variables
- StringArray: supports usage of variables