public class NDefinitionFactoryImpl extends Object implements NDefinitionFactory
| Constructor and Description |
|---|
NDefinitionFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
NDefinition |
byDescriptor(Supplier<NDescriptor> descriptor) |
NDefinition |
byId(NId id) |
NDefinition |
byId(NId id,
NRepository repository) |
NDefinition |
byIdAndDescriptor(NId id,
Supplier<NDescriptor> descriptor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic NDefinition byId(NId id)
byId in interface NDefinitionFactorypublic NDefinition byId(NId id, NRepository repository)
byId in interface NDefinitionFactorypublic NDefinition byDescriptor(Supplier<NDescriptor> descriptor)
byDescriptor in interface NDefinitionFactorypublic NDefinition byIdAndDescriptor(NId id, Supplier<NDescriptor> descriptor)
byIdAndDescriptor in interface NDefinitionFactoryCopyright © 2026 vpc open source initiative. All rights reserved.