Package com.hazelcast.config.properties
package com.hazelcast.config.properties
This package contains the public API for properties defined in the XML configuration.
It also contains the interfaces for automatic validation and conversion.
-
ClassDescriptionThis interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps to implement an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.This enum class contains basic
TypeConverter
implementations to convert strings to all common basic Java types.Simple immutable implementation ofPropertyDefinition
for convenience of implementors.This exception is thrown fromValueValidator
implementations whenever the validation has not succeeded for any reason.ValueValidator<T extends Comparable<T>>This interface defines a certain validation logic implementation to test if a given value is expected to be correct or not.