public class DefaultNutsElementFactoryContext extends Object implements net.thevpc.nuts.NutsElementFactoryContext
| Constructor and Description |
|---|
DefaultNutsElementFactoryContext(DefaultNutsElements base) |
| Modifier and Type | Method and Description |
|---|---|
Object |
defaultDestruct(Object o,
Type expectedType) |
<T> T |
defaultElementToObject(net.thevpc.nuts.NutsElement o,
Class<T> type) |
Object |
defaultElementToObject(net.thevpc.nuts.NutsElement o,
Type type) |
net.thevpc.nuts.NutsElement |
defaultObjectToElement(Object o,
Type expectedType) |
Object |
destruct(Object o,
Type expectedType) |
net.thevpc.nuts.NutsElements |
elem() |
<T> T |
elementToObject(net.thevpc.nuts.NutsElement o,
Class<T> type) |
Object |
elementToObject(net.thevpc.nuts.NutsElement o,
Type type) |
Predicate<Class> |
getIndestructibleObjects() |
Map<String,Object> |
getProperties() |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
boolean |
isNtf() |
net.thevpc.nuts.NutsElement |
objectToElement(Object o,
Type expectedType) |
DefaultNutsElementFactoryContext |
setNtf(boolean ntf) |
public DefaultNutsElementFactoryContext(DefaultNutsElements base)
public net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsElementFactoryContextpublic Predicate<Class> getIndestructibleObjects()
getIndestructibleObjects in interface net.thevpc.nuts.NutsElementFactoryContextpublic net.thevpc.nuts.NutsWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.NutsElementFactoryContextpublic net.thevpc.nuts.NutsElements elem()
elem in interface net.thevpc.nuts.NutsElementFactoryContextpublic Map<String,Object> getProperties()
getProperties in interface net.thevpc.nuts.NutsElementFactoryContextpublic net.thevpc.nuts.NutsElement defaultObjectToElement(Object o, Type expectedType)
defaultObjectToElement in interface net.thevpc.nuts.NutsElementFactoryContextpublic Object defaultDestruct(Object o, Type expectedType)
defaultDestruct in interface net.thevpc.nuts.NutsElementFactoryContextpublic net.thevpc.nuts.NutsElement objectToElement(Object o, Type expectedType)
objectToElement in interface net.thevpc.nuts.NutsElementFactoryContextpublic Object destruct(Object o, Type expectedType)
destruct in interface net.thevpc.nuts.NutsElementFactoryContextpublic <T> T elementToObject(net.thevpc.nuts.NutsElement o,
Class<T> type)
elementToObject in interface net.thevpc.nuts.NutsElementFactoryContextpublic Object elementToObject(net.thevpc.nuts.NutsElement o, Type type)
elementToObject in interface net.thevpc.nuts.NutsElementFactoryContextpublic <T> T defaultElementToObject(net.thevpc.nuts.NutsElement o,
Class<T> type)
defaultElementToObject in interface net.thevpc.nuts.NutsElementFactoryContextpublic Object defaultElementToObject(net.thevpc.nuts.NutsElement o, Type type)
defaultElementToObject in interface net.thevpc.nuts.NutsElementFactoryContextpublic boolean isNtf()
isNtf in interface net.thevpc.nuts.NutsElementFactoryContextpublic DefaultNutsElementFactoryContext setNtf(boolean ntf)
Copyright © 2022 vpc open source initiative. All rights reserved.