Package | Description |
---|---|
com.hazelcast.config.properties |
This package contains the public API for properties defined in the XML configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyTypeConverter
This enum class contains basic
TypeConverter implementations to
convert strings to all common basic Java types. |
Modifier and Type | Method and Description |
---|---|
TypeConverter |
PropertyDefinition.typeConverter()
The
TypeConverter to be used to convert the
string value read from XML to the expected type automatically. |
TypeConverter |
SimplePropertyDefinition.typeConverter() |
Constructor and Description |
---|
SimplePropertyDefinition(String key,
boolean optional,
TypeConverter typeConverter) |
SimplePropertyDefinition(String key,
boolean optional,
TypeConverter typeConverter,
ValueValidator validator) |
SimplePropertyDefinition(String key,
TypeConverter typeConverter) |
Copyright © 2022 Hazelcast, Inc.. All rights reserved.