Interface MustacheFactory
- All Known Implementing Classes:
DefaultMustacheFactory, DeferringMustacheFactory, FallbackMustacheFactory, SafeMustacheFactory, SpecMustacheFactory
public interface MustacheFactory
Factory for creating codes
-
Method Summary
Modifier and TypeMethodDescriptionCreate a mustache given a reader and a name.Create a mustache given a resource name.Creates the visitor for compilation.voidThis defines how "encoded" values are encoded.The object handler knows how to transform names into fields and methods.Given a resource name, construct a reader.Converts your arbitrary name to another name.
-
Method Details
-
createMustacheVisitor
-
getReader
-
encode
-
getObjectHandler
ObjectHandler getObjectHandler()The object handler knows how to transform names into fields and methods.- Returns:
- the handler
-
compile
-
compile
-
translate
-