diff --git a/developers/bindings/index.md b/developers/bindings/index.md index 7c84eecd7fcf4..bea52a3335961 100644 --- a/developers/bindings/index.md +++ b/developers/bindings/index.md @@ -183,7 +183,7 @@ Moreover the configuration class has a utility method `as(Class configuration All configuration values will be mapped to properties of the class. The type of the property must match the type of the configuration. -Only the following types are supported for configuration values: `Boolean`, `String` and `BigDecimal`. +The following types are supported for configuration values: `Boolean`, `boolean`, `String`, `BigDecimal`, `int`, `long`, `float` and `double`. For example, the Yahoo Weather binding allows configuration of the location and the refresh frequency.