- map(S, D) - Method in interface com.github.erchu.beancp.Mapper
-
Copies data from source object to destination object.
- map(S, Class<D>) - Method in interface com.github.erchu.beancp.Mapper
-
Constructs destination object and copies data from source object to newly created destination
object.
- MapConvention - Interface in com.github.erchu.beancp
-
Mapping convention.
- mapIfMapperAvailable(S, D) - Method in interface com.github.erchu.beancp.Mapper
-
Copies data from source object to destination object.
- mapIfMapperAvailable(S, Class<D>) - Method in interface com.github.erchu.beancp.Mapper
-
Constructs destination object and copies data from source object to newly created destination
object.
- mapInner(Supplier<SI>, Consumer<DI>, Supplier<DI>, Class<DI>, BindingOption<S, D, DI>...) - Method in interface com.github.erchu.beancp.DeclarativeMap
-
Adds inner object mapping.
- mapInner(Supplier<SI>, Consumer<DI>, Class<DI>, BindingOption<S, D, DI>...) - Method in interface com.github.erchu.beancp.DeclarativeMap
-
Adds inner object mapping.
- Mapper - Interface in com.github.erchu.beancp
-
Object to object mapper.
- MapperBuilder - Class in com.github.erchu.beancp
-
Builds mapper implementation.
- MapperBuilder() - Constructor for class com.github.erchu.beancp.MapperBuilder
-
- MapperConfigurationException - Exception in com.github.erchu.beancp
-
Indicates error in mappings configuration.
- MapperConfigurationException() - Constructor for exception com.github.erchu.beancp.MapperConfigurationException
-
Creates a new instance of MapDefinitionException
without detail message.
- MapperConfigurationException(String) - Constructor for exception com.github.erchu.beancp.MapperConfigurationException
-
Constructs an instance of MapDefinitionException
with the specified detail
message.
- MapperConfigurationException(Throwable) - Constructor for exception com.github.erchu.beancp.MapperConfigurationException
-
Constructs an instance of MapDefinitionException
with the specified inner
exception.
- MapperConfigurationException(String, Throwable) - Constructor for exception com.github.erchu.beancp.MapperConfigurationException
-
Constructs an instance of MapDefinitionException
with the specified detail
message and inner exception.
- MappingException - Exception in com.github.erchu.beancp
-
Indicates error during mapping.
- MappingException() - Constructor for exception com.github.erchu.beancp.MappingException
-
Creates a new instance of MappingException
without detail message.
- MappingException(String) - Constructor for exception com.github.erchu.beancp.MappingException
-
Constructs an instance of MappingException
with the specified detail message.
- MappingException(Throwable) - Constructor for exception com.github.erchu.beancp.MappingException
-
Constructs an instance of MappingException
with the specified inner exception.
- MappingException(String, Throwable) - Constructor for exception com.github.erchu.beancp.MappingException
-
Constructs an instance of MappingException
with the specified detail message and
inner exception.
- MappingExecutor<S,D> - Interface in com.github.erchu.beancp
-
Mapping executor (converter or map) common methods.
- MappingInfo - Interface in com.github.erchu.beancp
-
Returns information of configured mappings.
- mapWhen(Supplier<Boolean>) - Static method in class com.github.erchu.beancp.BindingOption
-
Property mapping will be performed when condition lambda will return true.