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