Uses of Class
de.smartics.properties.api.core.domain.PropertyValueConversionException

Packages that use PropertyValueConversionException
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.impl.config.cache Provides a ConfigurationPropertiesManagement implementation that provides a cache. 
de.smartics.properties.spi.config.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
de.smartics.properties.spi.core.convert Provides utilities to convert property values from and to Strings. 
 

Uses of PropertyValueConversionException in de.smartics.properties.api.config.domain
 

Subclasses of PropertyValueConversionException in de.smartics.properties.api.config.domain
 class PropertyValueConversionWithSourceException
          Signals that the value does not match the given constraints and provides information about the source location of the culprit.
 

Methods in de.smartics.properties.api.config.domain that throw PropertyValueConversionException
 Object ConfigurationProperties.getPropertyAsType(PropertyDescriptor descriptor)
          Returns the yet not validated property for the given descriptor's key.
 Object ConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
          Returns the property value for the given descriptor, allowing to transparently provide a default value to be returned in case the property has not been set.
 ValidatedProperty ConfigurationProperties.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
          Returns the validated property for the given descriptor's key, allowing to transparently provide a default value to be returned in case the property has not been set.
 ValidatedProperty ConfigurationProperties.getValidatedProperty(PropertyKey key, Object defaultValue)
          Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 ValidatedProperty ConfigurationProperties.getValidatedProperty(String key, Object defaultValue)
          Returns the validated property for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 

Constructors in de.smartics.properties.api.config.domain with parameters of type PropertyValueConversionException
PropertyValueWithSourceMessageBean(PropertyValueConversionException original, PropertyLocation source)
          Default constructor.
 

Uses of PropertyValueConversionException in de.smartics.properties.impl.config.cache
 

Methods in de.smartics.properties.impl.config.cache that throw PropertyValueConversionException
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyAsType(PropertyDescriptor descriptor)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(String key, Object defaultValue)
           
 

Uses of PropertyValueConversionException in de.smartics.properties.spi.config.domain
 

Methods in de.smartics.properties.spi.config.domain that throw PropertyValueConversionException
 Object ConfigurationPropertiesProxy.getPropertyAsType(PropertyDescriptor descriptor)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
           
 

Uses of PropertyValueConversionException in de.smartics.properties.spi.config.support
 

Methods in de.smartics.properties.spi.config.support that throw PropertyValueConversionException
 Object ConfigurationPropertiesManagementWithDefaults.getPropertyAsType(PropertyDescriptor descriptor)
           
 Object AbstractConfigurationPropertiesManagement.getPropertyAsType(PropertyDescriptor descriptor)
           
 Object AbstractConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
           
protected  Object AbstractConfigurationProperties.resolveAndConvert(PropertyDescriptor descriptor, Object value, Object defaultValue)
          Resolves and converts the given value.
protected  Object AbstractConfigurationProperties.resolveAndConvertAndValidate(PropertyDescriptor descriptor, Object defaultValue, Object value)
          Resolves, converts and validates the given value.
 

Uses of PropertyValueConversionException in de.smartics.properties.spi.core.convert
 

Methods in de.smartics.properties.spi.core.convert that throw PropertyValueConversionException
 Object PropertyValueConverter.convert(PropertyDescriptor descriptor, Object value)
          Converts, if necessary, the given value to the target type defined by the descriptor.
 Object BeanUtilsPropertyValueConverter.convert(PropertyDescriptor descriptor, Object value)
           
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.