Uses of Class
io.pebbletemplates.pebble.template.EvaluationOptions
Packages that use EvaluationOptions
Package
Description
-
Uses of EvaluationOptions in io.pebbletemplates.pebble
Fields in io.pebbletemplates.pebble declared as EvaluationOptionsMethods in io.pebbletemplates.pebble that return EvaluationOptionsConstructors in io.pebbletemplates.pebble with parameters of type EvaluationOptionsModifierConstructorDescriptionprivate
PebbleEngine
(Loader<?> loader, Syntax syntax, boolean strictVariables, Locale defaultLocale, int maxRenderedSize, PebbleCache<CacheKey, Object> tagCache, PebbleCache<Object, PebbleTemplate> templateCache, ExecutorService executorService, ExtensionRegistry extensionRegistry, ParserOptions parserOptions, EvaluationOptions evaluationOptions) Constructor for the Pebble Engine given an instantiated Loader. -
Uses of EvaluationOptions in io.pebbletemplates.pebble.attributes
Methods in io.pebbletemplates.pebble.attributes with parameters of type EvaluationOptionsModifier and TypeMethodDescriptionprivate Method
MemberCacheUtils.findMethod
(Object object, Class<?> clazz, String name, Class<?>[] requiredTypes, String filename, int lineNumber, EvaluationOptions evaluationOptions) Finds an appropriate method by comparing if parameter types are compatible.private Member
MemberCacheUtils.reflect
(Object object, String attributeName, Class<?>[] parameterTypes, String filename, int lineNumber, EvaluationOptions evaluationOptions) Performs the actual reflection to obtain a "Member" from a class.private void
MemberCacheUtils.verifyUnsafeMethod
(String filename, int lineNumber, EvaluationOptions evaluationOptions, Object object, Method method) -
Uses of EvaluationOptions in io.pebbletemplates.pebble.template
Fields in io.pebbletemplates.pebble.template declared as EvaluationOptionsModifier and TypeFieldDescriptionprivate final EvaluationOptions
EvaluationContextImpl.evaluationOptions
evaluation optionsMethods in io.pebbletemplates.pebble.template that return EvaluationOptionsModifier and TypeMethodDescriptionEvaluationContextImpl.getEvaluationOptions()
Returns the evaluation options.Constructors in io.pebbletemplates.pebble.template with parameters of type EvaluationOptionsModifierConstructorDescriptionEvaluationContextImpl
(PebbleTemplateImpl self, boolean strictVariables, Locale locale, int maxRenderedSize, ExtensionRegistry extensionRegistry, PebbleCache<CacheKey, Object> tagCache, ExecutorService executorService, List<PebbleTemplateImpl> importedTemplates, Map<String, PebbleTemplateImpl> namedImportedTemplates, ScopeChain scopeChain, Hierarchy hierarchy, EvaluationOptions evaluationOptions) Constructor used to provide all final variables.