Uses of Interface
com.github.dozermapper.core.el.ELEngine
-
Packages that use ELEngine Package Description com.github.dozermapper.core Core mapping APIcom.github.dozermapper.core.builder.fluent Build mappings via Java Fluent APIcom.github.dozermapper.core.builder.model.elengine ELEngineextension to JAXB modelcom.github.dozermapper.core.builder.xml Build mappings via XMLcom.github.dozermapper.core.config Configuration settings forcom.github.dozermapper.core.el Extensions forjakarta.elcom.github.dozermapper.core.loader.xml Mapping via XML -
-
Uses of ELEngine in com.github.dozermapper.core
Methods in com.github.dozermapper.core with parameters of type ELEngine Modifier and Type Method Description DozerBeanMapperBuilderDozerBeanMapperBuilder. withELEngine(ELEngine elEngine)Registers aELEnginefor the mapper. -
Uses of ELEngine in com.github.dozermapper.core.builder.fluent
Constructors in com.github.dozermapper.core.builder.fluent with parameters of type ELEngine Constructor Description BeanMappingsFluentBuilder(ELEngine elEngine) -
Uses of ELEngine in com.github.dozermapper.core.builder.model.elengine
-
Uses of ELEngine in com.github.dozermapper.core.builder.xml
Constructors in com.github.dozermapper.core.builder.xml with parameters of type ELEngine Constructor Description BeanMappingXMLBuilder(BeanContainer beanContainer, ELEngine elEngine) -
Uses of ELEngine in com.github.dozermapper.core.config
Methods in com.github.dozermapper.core.config that return ELEngine Modifier and Type Method Description ELEngineBeanContainer. getElEngine()Methods in com.github.dozermapper.core.config with parameters of type ELEngine Modifier and Type Method Description voidBeanContainer. setElEngine(ELEngine elEngine) -
Uses of ELEngine in com.github.dozermapper.core.el
Classes in com.github.dozermapper.core.el that implement ELEngine Modifier and Type Class Description classDefaultELEngineELEngine implementation that uses anExpressionFactoryandSimpleELContextto resolve variables and functionsclassNoopELEngineELEngine implementation that has no implementation logic.classTcclELEngineELEngine extension ofDefaultELEnginewhich uses ContextClassLoader when resolving expressions. -
Uses of ELEngine in com.github.dozermapper.core.loader.xml
Constructors in com.github.dozermapper.core.loader.xml with parameters of type ELEngine Constructor Description ExpressionElementReader(ELEngine elEngine)Deprecated.
-