public class DefaultNDescriptorPropertyBuilder extends Object implements NDescriptorPropertyBuilder
| Constructor and Description |
|---|
DefaultNDescriptorPropertyBuilder() |
DefaultNDescriptorPropertyBuilder(NDescriptorProperty other) |
DefaultNDescriptorPropertyBuilder(NDescriptorPropertyBuilder other) |
| Modifier and Type | Method and Description |
|---|---|
NDescriptorProperty |
build() |
NDescriptorPropertyBuilder |
builder() |
NEnvConditionBuilder |
condition() |
NDescriptorPropertyBuilder |
condition(NEnvCondition condition) |
NDescriptorPropertyBuilder |
condition(NEnvConditionBuilder condition) |
NDescriptorPropertyBuilder |
copy() |
NDescriptorPropertyBuilder |
copyFrom(NBootDescriptorProperty value) |
NDescriptorPropertyBuilder |
copyFrom(NDescriptorProperty value) |
NDescriptorPropertyBuilder |
copyFrom(NDescriptorPropertyBuilder value) |
boolean |
isBlank() |
String |
name() |
NDescriptorPropertyBuilder |
name(String name) |
NLiteral |
value() |
NDescriptorPropertyBuilder |
value(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstNonBlank, firstNonBlank, firstNonBlank, firstNonBlankLazy, firstNonBlankLazy, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankpublic DefaultNDescriptorPropertyBuilder()
public DefaultNDescriptorPropertyBuilder(NDescriptorProperty other)
public DefaultNDescriptorPropertyBuilder(NDescriptorPropertyBuilder other)
public String name()
name in interface NDescriptorPropertyBuilderpublic NLiteral value()
value in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder condition(NEnvCondition condition)
condition in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder condition(NEnvConditionBuilder condition)
condition in interface NDescriptorPropertyBuilderpublic NEnvConditionBuilder condition()
condition in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder name(String name)
name in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder value(String value)
value in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder copyFrom(NDescriptorProperty value)
copyFrom in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder copyFrom(NDescriptorPropertyBuilder value)
copyFrom in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder copyFrom(NBootDescriptorProperty value)
public boolean isBlank()
isBlank in interface NBlankablepublic NDescriptorPropertyBuilder builder()
public NDescriptorProperty build()
build in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder copy()
copy in interface NDescriptorPropertyBuilderCopyright © 2026 vpc open source initiative. All rights reserved.