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.
  • Class
    Description
    This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps implementing 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 of PropertyDefinition for convenience of implementors.
    This exception is thrown from ValueValidator implementations whenever the validation has not succeed for any reason.
    This interface defines a certain validation logic implementation to test if a given value is expected to be correct or not.