public interface NutsElementFactoryService
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
createElement(Object o,
Type expectedType,
net.thevpc.nuts.NutsElementFactoryContext context) |
Object |
createObject(net.thevpc.nuts.NutsElement o,
Type to,
net.thevpc.nuts.NutsElementFactoryContext context) |
net.thevpc.nuts.NutsElement |
defaultCreateElement(Object o,
Type expectedType,
net.thevpc.nuts.NutsElementFactoryContext context) |
Object |
defaultCreateObject(net.thevpc.nuts.NutsElement o,
Type to,
net.thevpc.nuts.NutsElementFactoryContext context) |
Object |
defaultDestruct(Object o,
Type expectedType,
net.thevpc.nuts.NutsElementFactoryContext context) |
Object |
destruct(Object o,
Type expectedType,
net.thevpc.nuts.NutsElementFactoryContext context) |
Object defaultDestruct(Object o, Type expectedType, net.thevpc.nuts.NutsElementFactoryContext context)
Object destruct(Object o, Type expectedType, net.thevpc.nuts.NutsElementFactoryContext context)
net.thevpc.nuts.NutsElement defaultCreateElement(Object o, Type expectedType, net.thevpc.nuts.NutsElementFactoryContext context)
net.thevpc.nuts.NutsElement createElement(Object o, Type expectedType, net.thevpc.nuts.NutsElementFactoryContext context)
Object createObject(net.thevpc.nuts.NutsElement o, Type to, net.thevpc.nuts.NutsElementFactoryContext context)
Copyright © 2022 vpc open source initiative. All rights reserved.