public final class PropertyDefinitionUsageBuilder extends Object
| Constructor and Description |
|---|
PropertyDefinitionUsageBuilder(boolean isDetailed)
Creates a new property usage builder.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.i18n.LocalizableMessage |
getUsage(PropertyDefinition<?> pd)
Generates the usage information for the provided property definition.
|
public PropertyDefinitionUsageBuilder(boolean isDetailed)
isDetailed - Indicates whether the generated usage should contain
detailed information such as constraints.public org.forgerock.i18n.LocalizableMessage getUsage(PropertyDefinition<?> pd)
pd - The property definitions.Copyright © 2017-2020 Wren Security. All Rights Reserved.