static PropertyKey.Builder |
PropertyKey.Builder.booleanBuilder(String name) |
static PropertyKey.Builder |
PropertyKey.Builder.classBuilder(String name) |
static PropertyKey.Builder |
PropertyKey.Builder.dataSizeBuilder(String name) |
static PropertyKey.Builder |
PropertyKey.Builder.doubleBuilder(String name) |
static PropertyKey.Builder |
PropertyKey.Builder.durationBuilder(String name) |
static PropertyKey.Builder |
PropertyKey.Builder.enumBuilder(String name,
Class<? extends Enum> enumType) |
static PropertyKey.Builder |
PropertyKey.Builder.intBuilder(String name) |
static PropertyKey.Builder |
PropertyKey.Builder.listBuilder(String name) |
static PropertyKey.Builder |
PropertyKey.Builder.longBuilder(String name) |
PropertyKey.Builder |
PropertyKey.Builder.setAlias(String... aliases) |
PropertyKey.Builder |
PropertyKey.Builder.setConsistencyCheckLevel(PropertyKey.ConsistencyCheckLevel consistencyCheckLevel) |
PropertyKey.Builder |
PropertyKey.Builder.setDefaultSupplier(DefaultSupplier defaultSupplier) |
PropertyKey.Builder |
PropertyKey.Builder.setDefaultSupplier(java.util.function.Supplier<Object> supplier,
String description) |
PropertyKey.Builder |
PropertyKey.Builder.setDefaultValue(Object defaultValue) |
PropertyKey.Builder |
PropertyKey.Builder.setDescription(String description) |
PropertyKey.Builder |
PropertyKey.Builder.setDisplayType(PropertyKey.DisplayType displayType) |
PropertyKey.Builder |
PropertyKey.Builder.setIgnoredSiteProperty(boolean ignoredSiteProperty) |
PropertyKey.Builder |
PropertyKey.Builder.setIsBuiltIn(boolean isBuiltIn) |
PropertyKey.Builder |
PropertyKey.Builder.setIsDynamic(boolean dynamic) |
PropertyKey.Builder |
PropertyKey.Builder.setIsHidden(boolean isHidden) |
PropertyKey.Builder |
PropertyKey.Builder.setName(String name) |
PropertyKey.Builder |
PropertyKey.Builder.setScope(Scope scope) |
PropertyKey.Builder |
PropertyKey.Builder.setValueValidationFunction(java.util.function.Function<Object,Boolean> valueValidationFunction) |
static PropertyKey.Builder |
PropertyKey.Builder.stringBuilder(String name) |