public interface NElementFactoryService
| Modifier and Type | Method and Description |
|---|---|
NElement |
createElement(Object o,
Type expectedType,
NElementFactoryContext context) |
Object |
createObject(NElement o,
Type to,
NElementFactoryContext context) |
NElement |
defaultCreateElement(Object o,
Type expectedType,
NElementFactoryContext context) |
Object |
defaultCreateObject(NElement o,
Type to,
NElementFactoryContext context) |
Object |
defaultDestruct(Object o,
Type expectedType,
NElementFactoryContext context) |
Object |
destruct(Object o,
Type expectedType,
NElementFactoryContext context) |
Object defaultDestruct(Object o, Type expectedType, NElementFactoryContext context)
Object destruct(Object o, Type expectedType, NElementFactoryContext context)
NElement defaultCreateElement(Object o, Type expectedType, NElementFactoryContext context)
NElement createElement(Object o, Type expectedType, NElementFactoryContext context)
Object createObject(NElement o, Type to, NElementFactoryContext context)
Object defaultCreateObject(NElement o, Type to, NElementFactoryContext context)
Copyright © 2025 vpc open source initiative. All rights reserved.