Class Property
java.lang.Object
org.jgroups.raft.configuration.Property
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Property.BuilderGet the default value of the field.Get the string representation of the default value of the field.Get the description of the field.Get the display name of the field.name()Get the name of the field.
-
Constructor Details
-
Property
-
-
Method Details
-
create
-
name
-
defaultValue
Get the default value of the field.- Returns:
- the default value, or
nullif there is no default value
-
defaultValueAsString
Get the string representation of the default value of the field.- Returns:
- the default value, or
nullif there is no default value
-
description
-
displayName
Get the display name of the field.- Returns:
- the display name; never null
-