Uses of Class
com.github.dozermapper.core.builder.model.jaxb.AllowedExceptionsDefinition
-
Packages that use AllowedExceptionsDefinition Package Description com.github.dozermapper.core.builder.model.elengine ELEngineextension to JAXB modelcom.github.dozermapper.core.builder.model.jaxb JAXB model that describes the mapping definitions -
-
Uses of AllowedExceptionsDefinition in com.github.dozermapper.core.builder.model.elengine
Subclasses of AllowedExceptionsDefinition in com.github.dozermapper.core.builder.model.elengine Modifier and Type Class Description classELAllowedExceptionsDefinitionMethods in com.github.dozermapper.core.builder.model.elengine that return AllowedExceptionsDefinition Modifier and Type Method Description AllowedExceptionsDefinitionELConfigurationDefinition. withAllowedExceptions()Constructors in com.github.dozermapper.core.builder.model.elengine with parameters of type AllowedExceptionsDefinition Constructor Description ELAllowedExceptionsDefinition(ELEngine elEngine, AllowedExceptionsDefinition copy) -
Uses of AllowedExceptionsDefinition in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb declared as AllowedExceptionsDefinition Modifier and Type Field Description protected AllowedExceptionsDefinitionConfigurationDefinition. allowedExceptionsMethods in com.github.dozermapper.core.builder.model.jaxb that return AllowedExceptionsDefinition Modifier and Type Method Description AllowedExceptionsDefinitionAllowedExceptionsDefinition. addException(String exception)AllowedExceptionsDefinitionConfigurationDefinition. getAllowedExceptions()AllowedExceptionsDefinitionConfigurationDefinition. withAllowedExceptions()Methods in com.github.dozermapper.core.builder.model.jaxb with parameters of type AllowedExceptionsDefinition Modifier and Type Method Description protected voidConfigurationDefinition. setAllowedExceptions(AllowedExceptionsDefinition allowedExceptions)
-