public class NDefinitionHelper extends Object
| Constructor and Description |
|---|
NDefinitionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.NDefinition |
ofDefinition(net.thevpc.nuts.NId id) |
static net.thevpc.nuts.NDefinition |
ofDescriptorOnly(net.thevpc.nuts.NDescriptor descriptor) |
static net.thevpc.nuts.NDefinition |
ofDescriptorOnly(net.thevpc.nuts.NId id,
net.thevpc.nuts.NDescriptor descriptor) |
static net.thevpc.nuts.NDefinition |
ofIdAndLazyDescriptor(net.thevpc.nuts.NId id,
Supplier<net.thevpc.nuts.NDescriptor> descriptorSupplier,
String callerName) |
static net.thevpc.nuts.NDefinition |
ofIdOnlyFromRepo(net.thevpc.nuts.NId id,
net.thevpc.nuts.NRepository repo,
String callerName) |
public static net.thevpc.nuts.NDefinition ofDefinition(net.thevpc.nuts.NId id)
public static net.thevpc.nuts.NDefinition ofIdOnlyFromRepo(net.thevpc.nuts.NId id,
net.thevpc.nuts.NRepository repo,
String callerName)
public static net.thevpc.nuts.NDefinition ofIdAndLazyDescriptor(net.thevpc.nuts.NId id,
Supplier<net.thevpc.nuts.NDescriptor> descriptorSupplier,
String callerName)
public static net.thevpc.nuts.NDefinition ofDescriptorOnly(net.thevpc.nuts.NId id,
net.thevpc.nuts.NDescriptor descriptor)
public static net.thevpc.nuts.NDefinition ofDescriptorOnly(net.thevpc.nuts.NDescriptor descriptor)
Copyright © 2025 vpc open source initiative. All rights reserved.