See: Description
| Interface | Description | 
|---|---|
| PropertyDefinition | 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. | 
| 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. | 
| Class | Description | 
|---|---|
| SimplePropertyDefinition | Simple immutable implementation of  PropertyDefinitionfor convenience of implementors. | 
| Enum | Description | 
|---|---|
| PropertyTypeConverter | This enum class contains basic  TypeConverterimplementations to
 convert strings to all common basic Java types. | 
| Exception | Description | 
|---|---|
| ValidationException | This exception is thrown from  ValueValidatorimplementations whenever the validation has not succeed for any reason. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.