- GeneratedClass - Class in io.beanmapper.dynclass
-
- GeneratedClass(CtClass) - Constructor for class io.beanmapper.dynclass.GeneratedClass
-
- generatedClass - Variable in class io.beanmapper.dynclass.GeneratedClass
-
- generateMapStrategy(BeanMapper, Configuration) - Method in enum io.beanmapper.strategy.MapStrategyType
-
- get() - Method in class io.beanmapper.config.OverrideField
-
- getAfterClearFlushers() - Method in class io.beanmapper.config.CollectionFlusher
-
- getAliases() - Method in class io.beanmapper.core.BeanMatch
-
- getAll(Class<?>) - Static method in class io.beanmapper.core.inspector.PropertyAccessors
-
Retrieve all property accessors that relate to a bean.
- getBeanCollectionUsage() - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- getBeanConverters() - Method in interface io.beanmapper.config.Configuration
-
- getBeanConverters() - Method in class io.beanmapper.config.CoreConfiguration
-
- getBeanConverters() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getBeanInitializer() - Method in interface io.beanmapper.config.Configuration
-
- getBeanInitializer() - Method in class io.beanmapper.config.CoreConfiguration
-
- getBeanInitializer() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getBeanMapper() - Method in class io.beanmapper.strategy.AbstractMapStrategy
-
- getBeanMatch() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getBeanMatch(BeanPair) - Method in class io.beanmapper.core.BeanMatchStore
-
- getBeanMatch(Class<S>, Class<T>) - Method in class io.beanmapper.strategy.AbstractMapStrategy
-
- getBeanMatchStore() - Method in interface io.beanmapper.config.Configuration
-
Always use the CoreConfiguration beanmatch store
- getBeanMatchStore() - Method in class io.beanmapper.config.CoreConfiguration
-
- getBeanMatchStore() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getBeanPairs() - Method in interface io.beanmapper.config.Configuration
-
Returns the entire list of strict bean pairs.
- getBeanPairs() - Method in class io.beanmapper.config.CoreConfiguration
-
- getBeanPairs() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getBeanUnproxy() - Method in interface io.beanmapper.config.Configuration
-
- getBeanUnproxy() - Method in class io.beanmapper.config.CoreConfiguration
-
- getBeanUnproxy() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getBeanUnproxy() - Method in class io.beanmapper.config.StrictMappingProperties
-
- getClassStore() - Method in interface io.beanmapper.config.Configuration
-
Always use the CoreConfiguration class store
- getClassStore() - Method in class io.beanmapper.config.CoreConfiguration
-
- getClassStore() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getCollectionClass() - Method in interface io.beanmapper.config.Configuration
-
The class that represents the collection itself.
- getCollectionClass() - Method in class io.beanmapper.config.CoreConfiguration
-
- getCollectionClass() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getCollectionElementType() - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- getCollectionFlusher() - Method in interface io.beanmapper.config.Configuration
-
Returns the collection clearer, which takes care of calling the clear method
on a collection.
- getCollectionFlusher() - Method in class io.beanmapper.config.CoreConfiguration
-
- getCollectionFlusher() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getCollectionHandlerFor(Class<?>, BeanUnproxy) - Method in class io.beanmapper.config.CollectionHandlerStore
-
- getCollectionHandlerFor(Class<?>) - Method in interface io.beanmapper.config.Configuration
-
Finds the correction handler for the class.
- getCollectionHandlerFor(Class<?>) - Method in class io.beanmapper.config.CoreConfiguration
-
- getCollectionHandlerFor(Class<?>) - Method in class io.beanmapper.config.OverrideConfiguration
-
- getCollectionHandlerForCollectionClass() - Method in interface io.beanmapper.config.Configuration
-
Finds the collection handler for the collection class, null if not exists
- getCollectionHandlerForCollectionClass() - Method in class io.beanmapper.config.CoreConfiguration
-
- getCollectionHandlerForCollectionClass() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getCollectionHandlers() - Method in class io.beanmapper.config.CollectionHandlerStore
-
- getCollectionHandlers() - Method in interface io.beanmapper.config.Configuration
-
Returns the list of registered collection handlers.
- getCollectionHandlers() - Method in class io.beanmapper.config.CoreConfiguration
-
- getCollectionHandlers() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getCollectionInstructions() - Method in class io.beanmapper.core.BeanField
-
- getCollectionInstructions() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getCollectionUsage() - Method in interface io.beanmapper.config.Configuration
-
Returns the type of collection usage for the current collection mapping
- getCollectionUsage() - Method in class io.beanmapper.config.CoreConfiguration
-
- getCollectionUsage() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getConfiguration() - Method in class io.beanmapper.BeanMapper
-
- getConfiguration() - Method in class io.beanmapper.strategy.AbstractMapStrategy
-
- getConstructorArguments(S, BeanMatch) - Method in class io.beanmapper.strategy.AbstractMapStrategy
-
- getConverterOptional(Class<?>, Class<?>) - Method in class io.beanmapper.strategy.AbstractMapStrategy
-
- getCurrentField() - Method in class io.beanmapper.core.BeanField
-
- getDefaultValue(BeanField) - Method in class io.beanmapper.core.BeanFieldMatch
-
- getDownsizeSource() - Method in interface io.beanmapper.config.Configuration
-
When include fields are passed, BeanMapper will assume that the generation (or reuse)
of a dynamic class is required.
- getDownsizeSource() - Method in class io.beanmapper.config.CoreConfiguration
-
- getDownsizeSource() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getDownsizeTarget() - Method in interface io.beanmapper.config.Configuration
-
When include fields are passed, BeanMapper will assume that the generation (or reuse)
of a dynamic class is required.
- getDownsizeTarget() - Method in class io.beanmapper.config.CoreConfiguration
-
- getDownsizeTarget() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getFields() - Method in class io.beanmapper.core.BeanMatchValidationMessage
-
- getFields() - Method in class io.beanmapper.dynclass.Node
-
- getFlushAfterClear() - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- getGenericParameterIndex() - Method in class io.beanmapper.core.collections.AbstractCollectionHandler
-
- getGenericParameterIndex() - Method in class io.beanmapper.core.collections.MapCollectionHandler
-
The generic parameter type of the Map value must be determined, not the key.
- getKey() - Method in class io.beanmapper.dynclass.Node
-
- getName() - Method in class io.beanmapper.core.BeanField
-
- getName() - Method in class io.beanmapper.core.BeanPropertyWrapper
-
- getName() - Method in class io.beanmapper.core.inspector.CombinedPropertyAccessor
-
Retrieve the property name.
- getName() - Method in class io.beanmapper.core.inspector.FieldPropertyAccessor
-
Retrieve the property name.
- getName() - Method in interface io.beanmapper.core.inspector.PropertyAccessor
-
Retrieve the property name.
- getName() - Method in class io.beanmapper.core.inspector.PropertyDescriptorPropertyAccessor
-
Retrieve the property name.
- getNext() - Method in class io.beanmapper.core.BeanField
-
- getNode(String) - Method in class io.beanmapper.dynclass.Node
-
- getObject(Object) - Method in class io.beanmapper.core.BeanField
-
- getOrCreate(Object, Object, BeanMatch) - Method in class io.beanmapper.core.BeanField
-
- getOrCreateGeneratedClass(Class<?>, List<String>, StrictMappingProperties) - Method in class io.beanmapper.dynclass.ClassStore
-
- getPackagePrefixes() - Method in interface io.beanmapper.config.Configuration
-
- getPackagePrefixes() - Method in class io.beanmapper.config.CoreConfiguration
-
- getPackagePrefixes() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getParameteredTypes(Class<?>) - Static method in class io.beanmapper.utils.Classes
-
Retrieve the parametered types of a class.
- getParent() - Method in interface io.beanmapper.config.Configuration
-
The active parent for the field that is currently being mapped.
- getParent() - Method in class io.beanmapper.config.CoreConfiguration
-
- getParent() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getPreferredCollectionClass() - Method in interface io.beanmapper.config.Configuration
-
Gets the preferred collection class to be instantiated.
- getPreferredCollectionClass() - Method in class io.beanmapper.config.CoreConfiguration
-
- getPreferredCollectionClass() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getPreferredCollectionClass() - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- getProperty() - Method in class io.beanmapper.core.BeanField
-
- getReadMethod() - Method in class io.beanmapper.core.inspector.CombinedPropertyAccessor
- getReadMethod() - Method in class io.beanmapper.core.inspector.FieldPropertyAccessor
- getReadMethod() - Method in interface io.beanmapper.core.inspector.PropertyAccessor
-
- getReadMethod() - Method in class io.beanmapper.core.inspector.PropertyDescriptorPropertyAccessor
- getRoute() - Method in class io.beanmapper.core.Route
-
- getSourceBeanField() - Method in class io.beanmapper.core.MatchedBeanPairField
-
- getSourceClass() - Method in class io.beanmapper.config.BeanPair
-
- getSourceClass() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getSourceClass() - Method in class io.beanmapper.core.BeanMatch
-
- getSourceClass() - Method in class io.beanmapper.core.BeanMatchValidationMessage
-
- getSourceDefaultValue() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getSourceFieldName() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getSourceNode() - Method in class io.beanmapper.core.BeanMatch
-
- getSourceObject() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getStrategy(BeanMapper, Configuration) - Static method in enum io.beanmapper.strategy.MapStrategyType
-
- getStrictClass() - Method in class io.beanmapper.core.BeanMatchValidationMessage
-
- getStrictMappingProperties() - Method in interface io.beanmapper.config.Configuration
-
Returns the collection of strictSourceSuffix, strictTargetSuffix and
applyStrictMappingConvention properties.
- getStrictMappingProperties() - Method in class io.beanmapper.config.CoreConfiguration
-
- getStrictMappingProperties() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getStrictSourceSuffix() - Method in interface io.beanmapper.config.Configuration
-
Returns the classname suffix that determines a source class is to be treated as strict
with regards to mapping.
- getStrictSourceSuffix() - Method in class io.beanmapper.config.CoreConfiguration
-
- getStrictSourceSuffix() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getStrictSourceSuffix() - Method in class io.beanmapper.config.StrictMappingProperties
-
- getStrictTargetSuffix() - Method in interface io.beanmapper.config.Configuration
-
Returns the classname suffix that determines a target class is to be treated as strict
with regards to mapping.
- getStrictTargetSuffix() - Method in class io.beanmapper.config.CoreConfiguration
-
- getStrictTargetSuffix() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getStrictTargetSuffix() - Method in class io.beanmapper.config.StrictMappingProperties
-
- getTarget() - Method in interface io.beanmapper.config.Configuration
-
The target to map to.
- getTarget() - Method in class io.beanmapper.config.CoreConfiguration
-
- getTarget() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getTarget() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getTargetBeanField() - Method in class io.beanmapper.core.MatchedBeanPairField
-
- getTargetClass() - Method in class io.beanmapper.config.BeanPair
-
- getTargetClass() - Method in interface io.beanmapper.config.Configuration
-
The class that represents the target class.
- getTargetClass() - Method in class io.beanmapper.config.CoreConfiguration
-
- getTargetClass() - Method in class io.beanmapper.config.OverrideConfiguration
-
- getTargetClass() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getTargetClass() - Method in class io.beanmapper.core.BeanMatch
-
- getTargetClass() - Method in class io.beanmapper.core.BeanMatchValidationMessage
-
- getTargetCollection(BeanCollectionUsage, Class<C>, Class<?>, C, CollectionFlusher, Boolean) - Method in class io.beanmapper.core.collections.AbstractCollectionHandler
-
- getTargetCollection(BeanCollectionUsage, Class<C>, Class<?>, C, CollectionFlusher, Boolean) - Method in interface io.beanmapper.core.collections.CollectionHandler
-
Retrieves either the target collection or creates a new collection instance.
- getTargetDefaultValue() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getTargetFieldName() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getTargetNode() - Method in class io.beanmapper.core.BeanMatch
-
- getTargetObject() - Method in class io.beanmapper.core.BeanFieldMatch
-
- getType() - Method in class io.beanmapper.core.collections.AbstractCollectionHandler
-
- getType() - Method in interface io.beanmapper.core.collections.CollectionHandler
-
The type of the collection class.
- getType() - Method in class io.beanmapper.core.converter.collections.CollectionElementType
-
- getType() - Method in class io.beanmapper.core.inspector.CombinedPropertyAccessor
-
Retrieve the property type.
- getType() - Method in class io.beanmapper.core.inspector.FieldPropertyAccessor
-
Retrieve the property type.
- getType() - Method in interface io.beanmapper.core.inspector.PropertyAccessor
-
Retrieve the property type.
- getType() - Method in class io.beanmapper.core.inspector.PropertyDescriptorPropertyAccessor
-
Retrieve the property type.
- getTypes() - Method in class io.beanmapper.utils.ConstructorArguments
-
- getValidationMessages() - Method in exception io.beanmapper.core.BeanStrictMappingRequirementsException
-
- getValue(Object) - Method in class io.beanmapper.core.inspector.CombinedPropertyAccessor
-
Retrieve the property value.
- getValue(Object) - Method in class io.beanmapper.core.inspector.FieldPropertyAccessor
-
Retrieve the property value.
- getValue(Object) - Method in interface io.beanmapper.core.inspector.PropertyAccessor
-
Retrieve the property value.
- getValue(Object) - Method in class io.beanmapper.core.inspector.PropertyDescriptorPropertyAccessor
-
Retrieve the property value.
- getValues() - Method in class io.beanmapper.utils.ConstructorArguments
-
- getWriteMethod() - Method in class io.beanmapper.core.inspector.CombinedPropertyAccessor
- getWriteMethod() - Method in class io.beanmapper.core.inspector.FieldPropertyAccessor
- getWriteMethod() - Method in interface io.beanmapper.core.inspector.PropertyAccessor
-
- getWriteMethod() - Method in class io.beanmapper.core.inspector.PropertyDescriptorPropertyAccessor
- set(T) - Method in class io.beanmapper.config.OverrideField
-
- set(Class<?>) - Static method in class io.beanmapper.core.converter.collections.CollectionElementType
-
- setApplyStrictMappingConvention(Boolean) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setApplyStrictMappingConvention(Boolean) - Method in interface io.beanmapper.config.Configuration
-
Determines if strict mapping convention will be applied.
- setApplyStrictMappingConvention(Boolean) - Method in class io.beanmapper.config.CoreConfiguration
-
- setApplyStrictMappingConvention(Boolean) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setApplyStrictMappingConvention(Boolean) - Method in class io.beanmapper.config.StrictMappingProperties
-
- setBeanCollectionUsage(BeanCollectionUsage) - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- setBeanInitializer(BeanInitializer) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setBeanInitializer(BeanInitializer) - Method in interface io.beanmapper.config.Configuration
-
- setBeanInitializer(BeanInitializer) - Method in class io.beanmapper.config.CoreConfiguration
-
- setBeanInitializer(BeanInitializer) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setBeanMapper(BeanMapper) - Method in interface io.beanmapper.core.converter.BeanMapperAware
-
Deprecated.
Store the bean mapper.
- setBeanUnproxy(BeanUnproxy) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setBeanUnproxy(BeanUnproxy) - Method in interface io.beanmapper.config.Configuration
-
- setBeanUnproxy(BeanUnproxy) - Method in class io.beanmapper.config.CoreConfiguration
-
- setBeanUnproxy(BeanUnproxy) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setBeanUnproxy(SkippingBeanUnproxy) - Method in class io.beanmapper.config.StrictMappingProperties
-
- setCollectionClass(Class) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setCollectionClass(Class) - Method in interface io.beanmapper.config.Configuration
-
Sets the collection class of the collection.
- setCollectionClass(Class) - Method in class io.beanmapper.config.CoreConfiguration
-
- setCollectionClass(Class) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setCollectionElementType(CollectionElementType) - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- SetCollectionHandler - Class in io.beanmapper.core.collections
-
- SetCollectionHandler() - Constructor for class io.beanmapper.core.collections.SetCollectionHandler
-
- setCollectionInstructions(BeanCollectionInstructions) - Method in class io.beanmapper.core.BeanField
-
- setCollectionUsage(BeanCollectionUsage) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setCollectionUsage(BeanCollectionUsage) - Method in interface io.beanmapper.config.Configuration
-
Sets the collection usage for the current collection mapping
- setCollectionUsage(BeanCollectionUsage) - Method in class io.beanmapper.config.CoreConfiguration
-
- setCollectionUsage(BeanCollectionUsage) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setConverterChoosable(boolean) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setConverterChoosable(boolean) - Method in interface io.beanmapper.config.Configuration
-
- setConverterChoosable(boolean) - Method in class io.beanmapper.config.CoreConfiguration
-
- setConverterChoosable(boolean) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setDelegate(BeanUnproxy) - Method in class io.beanmapper.core.unproxy.SkippingBeanUnproxy
-
Change the underlying delegate bean unproxy.
- setFlushAfterClear(boolean) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setFlushAfterClear(boolean) - Method in interface io.beanmapper.config.Configuration
-
Determines whether the flush-chain must be called after a clear has taken place.
- setFlushAfterClear(boolean) - Method in class io.beanmapper.config.CoreConfiguration
-
- setFlushAfterClear(boolean) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setFlushAfterClear(Boolean) - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- setFlushEnabled(boolean) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setFlushEnabled(boolean) - Method in interface io.beanmapper.config.Configuration
-
Set whether flushing must be enabled.
- setFlushEnabled(boolean) - Method in class io.beanmapper.config.CoreConfiguration
-
- setFlushEnabled(boolean) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setLogged() - Method in class io.beanmapper.core.BeanMatchValidationMessage
-
- setMatched() - Method in class io.beanmapper.core.BeanField
-
- setMustMatch(boolean) - Method in class io.beanmapper.core.BeanField
-
- setMustMatch() - Method in class io.beanmapper.core.BeanPropertyWrapper
-
- setName(String) - Method in class io.beanmapper.core.BeanPropertyWrapper
-
- setNext(BeanField) - Method in class io.beanmapper.core.BeanField
-
- setParent(Object) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setParent(Object) - Method in interface io.beanmapper.config.Configuration
-
The active parent for the field that is currently being mapped.
- setParent(Object) - Method in class io.beanmapper.config.CoreConfiguration
-
- setParent(Object) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setPreferredCollectionClass(Class<?>) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setPreferredCollectionClass(Class<?>) - Method in interface io.beanmapper.config.Configuration
-
Sets the preferred collection class to be instantiated.
- setPreferredCollectionClass(Class<?>) - Method in class io.beanmapper.config.CoreConfiguration
-
- setPreferredCollectionClass(Class<?>) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setPreferredCollectionClass(Class<?>) - Method in class io.beanmapper.core.converter.collections.BeanCollectionInstructions
-
- setStrictSourceSuffix(String) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setStrictSourceSuffix(String) - Method in interface io.beanmapper.config.Configuration
-
Sets the classname suffix that determines a source class is to be treated as strict
with regards to mapping.
- setStrictSourceSuffix(String) - Method in class io.beanmapper.config.CoreConfiguration
-
- setStrictSourceSuffix(String) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setStrictSourceSuffix(String) - Method in class io.beanmapper.config.StrictMappingProperties
-
- setStrictTargetSuffix(String) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setStrictTargetSuffix(String) - Method in interface io.beanmapper.config.Configuration
-
Sets the classname suffix that determines a target class is to be treated as strict
with regards to mapping.
- setStrictTargetSuffix(String) - Method in class io.beanmapper.config.CoreConfiguration
-
- setStrictTargetSuffix(String) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setStrictTargetSuffix(String) - Method in class io.beanmapper.config.StrictMappingProperties
-
- setTarget(Object) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setTarget(Object) - Method in interface io.beanmapper.config.Configuration
-
Sets the target.
- setTarget(Object) - Method in class io.beanmapper.config.CoreConfiguration
-
- setTarget(Object) - Method in class io.beanmapper.config.OverrideConfiguration
-
- setTarget(Object) - Method in class io.beanmapper.core.BeanFieldMatch
-
- setTargetClass(Class) - Method in class io.beanmapper.config.BeanMapperBuilder
-
- setTargetClass(Class) - Method in interface io.beanmapper.config.Configuration
-
Sets the target class.
- setTargetClass(Class) - Method in class io.beanmapper.config.CoreConfiguration
-
- setTargetClass(Class) - Method in class io.beanmapper.config.OverrideConfiguration
-
- 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.
- size(C) - Method in interface io.beanmapper.core.collections.CollectionHandler
-
- size(List) - Method in class io.beanmapper.core.collections.ListCollectionHandler
-
- size(Map) - Method in class io.beanmapper.core.collections.MapCollectionHandler
-
- size(Set) - Method in class io.beanmapper.core.collections.SetCollectionHandler
-
- 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
-
- sourceToString() - Method in class io.beanmapper.core.BeanFieldMatch
-
- StrictMappingProperties - Class in io.beanmapper.config
-
- StrictMappingProperties(BeanUnproxy, String, String, Boolean) - Constructor for class io.beanmapper.config.StrictMappingProperties
-
- 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
-
- 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
-