Uses of Interface
org.stringtemplate.v4.ModelAdaptor

Packages that use ModelAdaptor
org.stringtemplate.v4   
org.stringtemplate.v4.misc   
 

Uses of ModelAdaptor in org.stringtemplate.v4
 

Fields in org.stringtemplate.v4 with type parameters of type ModelAdaptor
protected  Map<Class,ModelAdaptor> STGroup.adaptors
          A dictionary that allows people to register a model adaptor for a particular kind of object (subclass or implementation).
protected  Map<Class,ModelAdaptor> STGroup.typeToAdaptorCache
          Cache exact attribute type to adaptor object
 

Methods in org.stringtemplate.v4 that return ModelAdaptor
 ModelAdaptor STGroup.getModelAdaptor(Class attributeType)
           
 

Methods in org.stringtemplate.v4 with parameters of type ModelAdaptor
 void STGroup.registerModelAdaptor(Class attributeType, ModelAdaptor adaptor)
          Add an adaptor for a kind of object so ST knows how to pull properties from them.
 

Uses of ModelAdaptor in org.stringtemplate.v4.misc
 

Classes in org.stringtemplate.v4.misc that implement ModelAdaptor
 class AggregateModelAdaptor
          Deal with structs created via ST.add("structname.{prop1, prop2}", ...);
 class MapModelAdaptor
           
 class ObjectModelAdaptor
           
 class STModelAdaptor
           
 



Copyright © 2011. All Rights Reserved.