org.msgpack.template
Class TemplateRegistry
java.lang.Object
org.msgpack.template.TemplateRegistry
public class TemplateRegistry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateRegistry
public TemplateRegistry(TemplateRegistry registry)
- Parameters:
registry
-
setClassLoader
public void setClassLoader(ClassLoader cl)
register
public void register(Class<?> targetClass)
register
public void register(Class<?> targetClass,
FieldList flist)
register
public void register(Type targetType,
Template tmpl)
registerGeneric
public void registerGeneric(Type targetType,
GenericTemplate tmpl)
unregister
public boolean unregister(Type targetType)
unregister
public void unregister()
lookup
public Template lookup(Type targetType)
Copyright © 2011. All Rights Reserved.