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

Packages that use PropertyValidationException
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
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.resolve Provides an interface to the resolving placeholders. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
de.smartics.properties.spi.core.constraint Provides information about property values constraints. 
de.smartics.properties.spi.core.validate Service provider validation classes. 
 

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

Subclasses of PropertyValidationException in de.smartics.properties.api.config.domain
 class PropertyValidationWithSourceException
          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 PropertyValidationException
 Object ConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor)
          Returns the property value for the given descriptor.
 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.
 Object ConfigurationProperties.getPropertyValue(PropertyKey key)
          Returns the property value for the given key.
 Object ConfigurationProperties.getPropertyValue(String key)
          Returns the property value for the given key.
 Object ConfigurationProperties.getPropertyValue(String key, Object defaultValue)
          Returns the property value for the given key, allowing to transparently provide a default value to be returned in case the property has not been set.
 String ConfigurationProperties.getPropertyValueAsString(PropertyDescriptor descriptor)
          Returns the property string value for the given descriptor.
 String ConfigurationProperties.getPropertyValueAsString(PropertyDescriptor descriptor, Object defaultValue)
          Returns the property string value for the given descriptor.
 String ConfigurationProperties.getPropertyValueAsString(String key)
          Returns the property string value for the given key.
 String ConfigurationProperties.getPropertyValueAsString(String key, Object defaultValue)
          Returns the property string value for the given key.
 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.
 Property ConfigurationPropertiesManagement.setProperty(PropertyKey key, String value)
          Sets the property value for the given key.
 

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

Uses of PropertyValidationException in de.smartics.properties.api.core.domain
 

Methods in de.smartics.properties.api.core.domain that return PropertyValidationException
static PropertyValidationException PropertyValidationException.invalid(PropertyDescriptor propertyDescriptor, List<? extends PropertyConstraint<?>> constraints, Object value)
          Creates an instance of the validation exception.
 

Methods in de.smartics.properties.api.core.domain that throw PropertyValidationException
 void PropertyConstraint.validate(PropertyDescriptor propertyDescriptor, T value)
          Checks if the given value is valid for constraints in the default group.
 void PropertyConstraint.validate(PropertyDescriptor propertyDescriptor, T value, Class<?> group)
          Checks if the given value is valid.
 

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

Methods in de.smartics.properties.impl.config.cache that throw PropertyValidationException
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(PropertyDescriptor descriptor)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(PropertyKey key)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(String key)
           
 Object AbstractCacheConfigurationPropertiesManagement.getPropertyValue(String key, Object defaultValue)
           
 String AbstractCacheConfigurationPropertiesManagement.getPropertyValueAsString(PropertyDescriptor descriptor)
           
 String AbstractCacheConfigurationPropertiesManagement.getPropertyValueAsString(PropertyDescriptor descriptor, Object defaultValue)
           
 String AbstractCacheConfigurationPropertiesManagement.getPropertyValueAsString(String key)
           
 String AbstractCacheConfigurationPropertiesManagement.getPropertyValueAsString(String key, Object defaultValue)
           
 ValidatedProperty AbstractCacheConfigurationPropertiesManagement.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ValidatedProperty AbstractCacheConfigurationPropertiesManagement.getValidatedProperty(PropertyKey key, Object defaultValue)
           
 ValidatedProperty AbstractCacheConfigurationPropertiesManagement.getValidatedProperty(String key, Object defaultValue)
           
 Property AbstractCacheConfigurationPropertiesManagement.setProperty(PropertyKey key, String value)
           
 

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

Methods in de.smartics.properties.spi.config.domain that throw PropertyValidationException
 Object ConfigurationPropertiesProxy.getPropertyValue(PropertyDescriptor descriptor)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(PropertyKey key)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(String key)
           
 Object ConfigurationPropertiesProxy.getPropertyValue(String key, Object defaultValue)
           
 String ConfigurationPropertiesProxy.getPropertyValueAsString(PropertyDescriptor descriptor)
           
 String ConfigurationPropertiesProxy.getPropertyValueAsString(PropertyDescriptor descriptor, Object defaultValue)
           
 String ConfigurationPropertiesProxy.getPropertyValueAsString(String key)
           
 String ConfigurationPropertiesProxy.getPropertyValueAsString(String key, Object defaultValue)
           
 ValidatedProperty ConfigurationPropertiesProxy.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ValidatedProperty ConfigurationPropertiesProxy.getValidatedProperty(PropertyKey key, Object defaultValue)
           
 ValidatedProperty ConfigurationPropertiesProxy.getValidatedProperty(String key, Object defaultValue)
           
 Property ConfigurationPropertiesManagementProxy.setProperty(PropertyKey key, String value)
           
 

Uses of PropertyValidationException in de.smartics.properties.spi.config.resolve
 

Methods in de.smartics.properties.spi.config.resolve that throw PropertyValidationException
 String ResolveContext.get(String key)
          Returns the value for the given key.
 String ConfigurationPropertiesResolveContext.get(String key)
          Returns the value for the given key.
 

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

Methods in de.smartics.properties.spi.config.support that throw PropertyValidationException
protected  PropertyDescriptor AbstractConfigurationProperties.getPropertyDescriptor(String key)
          Returns the property descriptor for a given key.
 Object AbstractConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor)
           
 Object AbstractConfigurationProperties.getPropertyValue(PropertyDescriptor descriptor, Object defaultValue)
           
 Object AbstractConfigurationProperties.getPropertyValue(PropertyKey key)
           
 Object AbstractConfigurationProperties.getPropertyValue(String key)
           
 Object AbstractConfigurationProperties.getPropertyValue(String key, Object defaultValue)
           
 String AbstractConfigurationProperties.getPropertyValueAsString(PropertyDescriptor descriptor)
           
 String AbstractConfigurationProperties.getPropertyValueAsString(PropertyDescriptor descriptor, Object defaultValue)
           
 String AbstractConfigurationProperties.getPropertyValueAsString(String key)
           
 String AbstractConfigurationProperties.getPropertyValueAsString(String key, Object defaultValue)
           
 ValidatedProperty ConfigurationPropertiesManagementWithDefaults.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ValidatedProperty AbstractConfigurationPropertiesManagement.getValidatedProperty(PropertyDescriptor descriptor, Object defaultValue)
           
 ValidatedProperty AbstractConfigurationProperties.getValidatedProperty(PropertyKey key, Object defaultValue)
           
 ValidatedProperty AbstractConfigurationProperties.getValidatedProperty(String key, Object defaultValue)
           
protected  Object AbstractConfigurationProperties.resolveAndConvertAndValidate(PropertyDescriptor descriptor, Object defaultValue, Object value)
          Resolves, converts and validates the given value.
 Property ConfigurationPropertiesManagementWithDefaults.setProperty(PropertyKey key, String value)
          Sets the property value for the given key.
 Property AbstractConfigurationPropertiesManagement.setProperty(PropertyKey key, String value)
           
 

Uses of PropertyValidationException in de.smartics.properties.spi.core.constraint
 

Methods in de.smartics.properties.spi.core.constraint that throw PropertyValidationException
 void AbstractPropertyConstraint.validate(PropertyDescriptor propertyDescriptor, T value)
           
 void AbstractPropertyConstraint.validate(PropertyDescriptor propertyDescriptor, T value, Class<?> group)
           
 

Uses of PropertyValidationException in de.smartics.properties.spi.core.validate
 

Methods in de.smartics.properties.spi.core.validate that throw PropertyValidationException
 void PropertyValidator.validate(PropertyDescriptor descriptor, Object value, Class<?>... groups)
          Validates if the given value meets the constraints defined by the given descriptor.
 



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