Property
Table of Contents
Namespaces
Interfaces
- PropertyMappingConfigurationInterface
- Configuration object for the property mapper.
- TypeConverterInterface
- Interface for type converters, which can convert from a simple type to an object or another simple type.
Classes
- Exception
- A generic Property related exception
- PropertyMapper
- The Property Mapper transforms simple types (arrays, strings, integers, floats, booleans) to objects or other simple types.
- PropertyMappingConfiguration
- Concrete configuration object for the PropertyMapper.
- PropertyMappingConfigurationBuilder
- This builder creates the default configuration for Property Mapping, if no configuration has been passed to the Property Mapper.
- TypeConverterRegistry
- Registry containing all available Type Converters, registered via Services.yaml.