Class ELAllowedExceptionsDefinition
- java.lang.Object
-
- com.github.dozermapper.core.builder.model.jaxb.AllowedExceptionsDefinition
-
- com.github.dozermapper.core.builder.model.elengine.ELAllowedExceptionsDefinition
-
public class ELAllowedExceptionsDefinition extends AllowedExceptionsDefinition
-
-
Field Summary
-
Fields inherited from class com.github.dozermapper.core.builder.model.jaxb.AllowedExceptionsDefinition
exceptions
-
-
Constructor Summary
Constructors Constructor Description ELAllowedExceptionsDefinition(ELEngine elEngine, AllowedExceptionsDefinition copy)ELAllowedExceptionsDefinition(ELEngine elEngine, ConfigurationDefinition parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<RuntimeException>>build(BeanContainer beanContainer)-
Methods inherited from class com.github.dozermapper.core.builder.model.jaxb.AllowedExceptionsDefinition
addException, end, getExceptions, getParent, setExceptions
-
-
-
-
Constructor Detail
-
ELAllowedExceptionsDefinition
public ELAllowedExceptionsDefinition(ELEngine elEngine, AllowedExceptionsDefinition copy)
-
ELAllowedExceptionsDefinition
public ELAllowedExceptionsDefinition(ELEngine elEngine, ConfigurationDefinition parent)
-
-
Method Detail
-
build
public List<Class<RuntimeException>> build(BeanContainer beanContainer)
- Overrides:
buildin classAllowedExceptionsDefinition
-
-