Uses of Class
org.msgpack.template.FieldList

Packages that use FieldList
org.msgpack.template   
org.msgpack.template.builder   
 

Uses of FieldList in org.msgpack.template
 

Methods in org.msgpack.template with parameters of type FieldList
 void TemplateRegistry.register(Class<?> targetClass, FieldList flist)
           
 

Uses of FieldList in org.msgpack.template.builder
 

Methods in org.msgpack.template.builder with parameters of type FieldList
<T> Template<T>
TemplateBuilder.buildTemplate(Class<T> targetClass, FieldList flist)
           
<T> Template<T>
ArrayTemplateBuilder.buildTemplate(Class<T> targetClass, FieldList flist)
           
<T> Template<T>
AbstractTemplateBuilder.buildTemplate(Class<T> targetClass, FieldList fieldList)
           
 



Copyright © 2011. All Rights Reserved.