Class ExtendedCollector

java.lang.Object
com.samskivert.mustache.BasicCollector
com.samskivert.mustache.DefaultCollector
org.mockserver.templates.engine.mustache.ExtendedCollector
All Implemented Interfaces:
com.samskivert.mustache.Mustache.Collector

public class ExtendedCollector extends com.samskivert.mustache.DefaultCollector
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.samskivert.mustache.BasicCollector

    com.samskivert.mustache.BasicCollector.ArrayHelper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final com.samskivert.mustache.Mustache.VariableFetcher
     

    Fields inherited from class com.samskivert.mustache.BasicCollector

    BOOLEAN_ARRAY_HELPER, BYTE_ARRAY_HELPER, CHAR_ARRAY_HELPER, CUSTOM_FETCHER, DOUBLE_ARRAY_HELPER, FLOAT_ARRAY_HELPER, INT_ARRAY_HELPER, ITER_FETCHER, LIST_FETCHER, LONG_ARRAY_HELPER, MAP_FETCHER, OBJECT_ARRAY_HELPER, SHORT_ARRAY_HELPER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.samskivert.mustache.Mustache.VariableFetcher
     

    Methods inherited from class com.samskivert.mustache.DefaultCollector

    createFetcherCache, getField, getIfaceMethod, getMethod, getMethodOn

    Methods inherited from class com.samskivert.mustache.BasicCollector

    arrayHelper, toIterator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EXTENDED_MAP_FETCHER

      protected static final com.samskivert.mustache.Mustache.VariableFetcher EXTENDED_MAP_FETCHER
  • Constructor Details

    • ExtendedCollector

      public ExtendedCollector()
  • Method Details

    • createFetcher

      public com.samskivert.mustache.Mustache.VariableFetcher createFetcher(Object ctx, String name)
      Specified by:
      createFetcher in interface com.samskivert.mustache.Mustache.Collector
      Overrides:
      createFetcher in class com.samskivert.mustache.DefaultCollector