Class ELCustomConvertersDefinition
- java.lang.Object
-
- com.github.dozermapper.core.builder.model.jaxb.CustomConvertersDefinition
-
- com.github.dozermapper.core.builder.model.elengine.ELCustomConvertersDefinition
-
public class ELCustomConvertersDefinition extends CustomConvertersDefinition
-
-
Field Summary
-
Fields inherited from class com.github.dozermapper.core.builder.model.jaxb.CustomConvertersDefinition
converter
-
-
Constructor Summary
Constructors Constructor Description ELCustomConvertersDefinition(ELEngine elEngine, ConfigurationDefinition parent)ELCustomConvertersDefinition(ELEngine elEngine, CustomConvertersDefinition copy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConverterTypeDefinitionwithConverter()-
Methods inherited from class com.github.dozermapper.core.builder.model.jaxb.CustomConvertersDefinition
build, end, getConverter, getParent, setConverter
-
-
-
-
Constructor Detail
-
ELCustomConvertersDefinition
public ELCustomConvertersDefinition(ELEngine elEngine, CustomConvertersDefinition copy)
-
ELCustomConvertersDefinition
public ELCustomConvertersDefinition(ELEngine elEngine, ConfigurationDefinition parent)
-
-
Method Detail
-
withConverter
public ConverterTypeDefinition withConverter()
- Overrides:
withConverterin classCustomConvertersDefinition
-
-