Modifier and Type | Interface and Description |
---|---|
interface |
DynamicObject<D extends DynamicObject<D>> |
class |
FressianReadHandler<D extends DynamicObject<D>> |
class |
FressianWriteHandler<D extends DynamicObject<D>> |
Modifier and Type | Method and Description |
---|---|
static <D extends DynamicObject<D>> |
DynamicObject.deregisterTag(Class<D> type)
Deregister the reader tag for the given DynamicObject type.
|
static <D extends DynamicObject<D>> |
DynamicObject.newInstance(Class<D> type)
Create a "blank" instance of
type , backed by an empty Clojure map. |
static <D extends DynamicObject<D>> |
DynamicObject.registerTag(Class<D> type,
String tag)
Register a reader tag for a DynamicObject type.
|
static <D extends DynamicObject<D>> |
DynamicObject.wrap(Map map,
Class<D> type)
Use the supplied
map to back an instance of type . |
Copyright © 2017. All rights reserved.