- BeanCollection - Annotation Type in io.beanmapper.annotations
-
Determines the type of the other side in a collection.
- BeanCollectionInstructions - Class in io.beanmapper.core.converter.collections
-
- BeanCollectionInstructions() - Constructor for class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- BeanCollectionNotSupportedException - Exception in io.beanmapper.exceptions
-
- BeanCollectionNotSupportedException(Class, Class) - Constructor for exception io.beanmapper.exceptions.BeanCollectionNotSupportedException
-
- BeanCollectionUsage - Enum in io.beanmapper.annotations
-
Determines how to deal with the target collection.
- BeanConversionException - Exception in io.beanmapper.exceptions
-
Exception thrown when cannot convert between types.
- BeanConversionException(Class<?>, Class<?>) - Constructor for exception io.beanmapper.exceptions.BeanConversionException
-
- BeanConverter - Interface in io.beanmapper.core.converter
-
This class can be inherited if you want to add your own converter to the beanMapper.
- BeanDefault - Annotation Type in io.beanmapper.annotations
-
When a result value of an invoked getter is null, the result will be overwritten by the value.
- BeanField - Class in io.beanmapper.core
-
- BeanField(String, PropertyAccessor) - Constructor for class io.beanmapper.core.BeanField
-
- BeanFieldMatch - Class in io.beanmapper.core
-
- BeanFieldMatch(Object, Object, BeanField, BeanField, String) - Constructor for class io.beanmapper.core.BeanFieldMatch
-
- BeanFieldNoMatchException - Exception in io.beanmapper.exceptions
-
- BeanFieldNoMatchException(String) - Constructor for exception io.beanmapper.exceptions.BeanFieldNoMatchException
-
- BeanGetFieldException - Exception in io.beanmapper.exceptions
-
- BeanGetFieldException(Class<?>, String) - Constructor for exception io.beanmapper.exceptions.BeanGetFieldException
-
- BeanGetFieldException(Class<?>, String, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanGetFieldException
-
- BeanIgnore - Annotation Type in io.beanmapper.annotations
-
When a property is set to be ignored, it will not be mapped from the source to the target.
- BeanInitializer - Interface in io.beanmapper.core.constructor
-
Abstraction that initializes beans.
- BeanInstantiationException - Exception in io.beanmapper.exceptions
-
- BeanInstantiationException(Class<?>, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanInstantiationException
-
- BeanMapper - Class in io.beanmapper
-
Class that is responsible first for understanding the semantics of the source and target
objects.
- BeanMapper() - Constructor for class io.beanmapper.BeanMapper
-
Construct a new bean mapper, with default converters.
- BeanMapper(boolean) - Constructor for class io.beanmapper.BeanMapper
-
Construct a new bean mapper.
- beanMapper - Variable in class io.beanmapper.core.converter.AbstractBeanConverter
-
- BeanMapperConverterAdapter - Class in io.beanmapper
-
Adapter that allows the bean mapper to be used in
the spring conversion service.
- BeanMapperConverterAdapter(BeanMapper) - Constructor for class io.beanmapper.BeanMapperConverterAdapter
-
Construct a new instance.
- BeanMappingException - Exception in io.beanmapper.exceptions
-
- BeanMappingException(String) - Constructor for exception io.beanmapper.exceptions.BeanMappingException
-
- BeanMappingException(String, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanMappingException
-
- BeanMatch - Class in io.beanmapper.core
-
- BeanMatch(Class<?>, Class<?>, Map<String, BeanField>, Map<String, BeanField>) - Constructor for class io.beanmapper.core.BeanMatch
-
- BeanMatchStore - Class in io.beanmapper.core
-
- BeanMatchStore() - Constructor for class io.beanmapper.core.BeanMatchStore
-
- BeanMissingPathException - Exception in io.beanmapper.exceptions
-
- BeanMissingPathException(String) - Constructor for exception io.beanmapper.exceptions.BeanMissingPathException
-
- BeanMissingPathException(Class<?>, String, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanMissingPathException
-
- BeanProperty - Annotation Type in io.beanmapper.annotations
-
Setting a name allows you to map the property to a property on the other side with a different
name.
- BeanSetFieldException - Exception in io.beanmapper.exceptions
-
- BeanSetFieldException(Class<?>, String) - Constructor for exception io.beanmapper.exceptions.BeanSetFieldException
-
- BeanSetFieldException(Class<?>, String, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanSetFieldException
-
- BeanUnproxy - Interface in io.beanmapper.core.unproxy
-
Strip proxies from bean classes.
- BeanUnwrap - Annotation Type in io.beanmapper.annotations
-
When a property is set to unwrap, it will unwrap the internal values of the other side and apply it to the
same level of the annotated side.
- setBeanCollectionUsage(BeanCollectionUsage) - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- setBeanInitializer(BeanInitializer) - Method in class io.beanmapper.BeanMapper
-
- setBeanMapper(BeanMapper) - Method in class io.beanmapper.core.converter.AbstractBeanConverter
-
- setBeanMapper(BeanMapper) - Method in interface io.beanmapper.core.converter.BeanConverter
-
- setBeanMapper(BeanMapper) - Method in class io.beanmapper.core.converter.collections.AbstractCollectionConverter
-
- setBeanMapper(BeanMapper) - Method in class io.beanmapper.core.converter.impl.NumberToNumberConverter
-
- setBeanMapper(BeanMapper) - Method in class io.beanmapper.core.converter.impl.PrimitiveConverter
-
- setBeanMapper(BeanMapper) - Method in class io.beanmapper.core.converter.impl.SpringBeanConverter
-
- setBeanUnproxy(BeanUnproxy) - Method in class io.beanmapper.BeanMapper
-
- setCollectionInstructions(BeanCollectionInstructions) - Method in class io.beanmapper.core.BeanField
-
- setCollectionMapsTo(Class) - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- setDelegate(BeanUnproxy) - Method in class io.beanmapper.core.unproxy.SkippingBeanUnproxy
-
Change the underlying delegate bean unproxy.
- setNext(BeanField) - Method in class io.beanmapper.core.BeanField
-
- setTarget(Object) - Method in class io.beanmapper.core.BeanFieldMatch
-
- setValue(Object, Object) - Method in class io.beanmapper.core.inspector.CombinedPropertyAccessor
-
Modify the property value.
- setValue(Object, Object) - Method in class io.beanmapper.core.inspector.FieldPropertyAccessor
-
Modify the property value.
- setValue(Object, Object) - Method in interface io.beanmapper.core.inspector.PropertyAccessor
-
Modify the property value.
- setValue(Object, Object) - Method in class io.beanmapper.core.inspector.PropertyDescriptorPropertyAccessor
-
Modify the property value.
- SimpleBeanConverter<S,T> - Class in io.beanmapper.core.converter
-
Default converter that should be used for single type-to-type conversions.
- SimpleBeanConverter() - Constructor for class io.beanmapper.core.converter.SimpleBeanConverter
-
Construct a new bean converter, dynamically resolving the source and target class.
- SimpleBeanConverter(Class<?>, Class<?>) - Constructor for class io.beanmapper.core.converter.SimpleBeanConverter
-
Construct a new bean converter, manually declaring the source and target class.
- skip(Class<?>) - Method in class io.beanmapper.core.unproxy.SkippingBeanUnproxy
-
Add classes to skip while unproxying to prevent failing of the BeanMapper while mapping
proxy classes or classes containing synthetic fields (Like ENUM types).
- SkippingBeanUnproxy - Class in io.beanmapper.core.unproxy
-
Unproxy that allows you to configure classes to skip.
- SkippingBeanUnproxy(BeanUnproxy) - Constructor for class io.beanmapper.core.unproxy.SkippingBeanUnproxy
-
- sourceHasAnnotation(Class<? extends Annotation>) - Method in class io.beanmapper.core.BeanFieldMatch
-
- SpringBeanConverter - Class in io.beanmapper.core.converter.impl
-
Spring based bean converter adapter.
- SpringBeanConverter(ConversionService) - Constructor for class io.beanmapper.core.converter.impl.SpringBeanConverter
-
- StringToBigDecimalConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into a big decimal.
- StringToBigDecimalConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToBigDecimalConverter
-
- StringToBooleanConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into a boolean.
- StringToBooleanConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToBooleanConverter
-
- StringToByteConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into a byte.
- StringToByteConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToByteConverter
-
- StringToDoubleConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into a double.
- StringToDoubleConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToDoubleConverter
-
- StringToEnumConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into an enumeration.
- StringToEnumConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToEnumConverter
-
- StringToFloatConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into a float.
- StringToFloatConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToFloatConverter
-
- StringToIntegerConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into an integer.
- StringToIntegerConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToIntegerConverter
-
- StringToLongConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into a long.
- StringToLongConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToLongConverter
-
- StringToShortConverter - Class in io.beanmapper.core.converter.impl
-
Converts a string into a short.
- StringToShortConverter() - Constructor for class io.beanmapper.core.converter.impl.StringToShortConverter
-