Serialized Form


Package de.smartics.properties.api.config.domain

Class de.smartics.properties.api.config.domain.CompoundConfigurationException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

exceptions

List<E> exceptions

Class de.smartics.properties.api.config.domain.ConfigurationException extends PropertyRootException implements Serializable

serialVersionUID: 1L

Serialized Fields

key

ConfigurationKey key

Class de.smartics.properties.api.config.domain.ConfigurationLoadingException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

String resourceId

Class de.smartics.properties.api.config.domain.ConfigurationNotFoundException extends ConfigurationLoadingException implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.api.config.domain.ConfigurationValidationException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyViolations

List<E> propertyViolations

mandatoryProperties

List<E> mandatoryProperties

unknownProperties

UnknownProperties unknownProperties

Class de.smartics.properties.api.config.domain.DuplicateConfigurationException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

currentConfigurationProperties

ConfigurationPropertiesManagement currentConfigurationProperties

duplicateConfigurationProperties

ConfigurationPropertiesManagement duplicateConfigurationProperties

Class de.smartics.properties.api.config.domain.DuplicatePropertyDefinitionException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

currentDefinition

PropertyDefinition currentDefinition

newDefinition

PropertyDefinition newDefinition

Class de.smartics.properties.api.config.domain.DuplicatePropertyException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

currentProperty

Property currentProperty

newProperty

Property newProperty

Class de.smartics.properties.api.config.domain.MissingConfigurationException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.api.config.domain.Property extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

source

PropertyLocation source

name

String name

value

String value

Class de.smartics.properties.api.config.domain.PropertyDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

descriptor

PropertyDescriptor descriptor

property

Property property

Class de.smartics.properties.api.config.domain.PropertyIndex extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationKey

ConfigurationKey configurationKey

properties

Map<K,V> properties

Class de.smartics.properties.api.config.domain.PropertyLocation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

applicationId

ApplicationId applicationId

path

String path

Class de.smartics.properties.api.config.domain.PropertyValidationWithSourceException extends PropertyValidationException implements Serializable

serialVersionUID: 1L

Serialized Fields

source

PropertyLocation source

Class de.smartics.properties.api.config.domain.PropertyValueConversionWithSourceException extends PropertyValueConversionException implements Serializable

serialVersionUID: 1L

Serialized Fields

source

PropertyLocation source

Class de.smartics.properties.api.config.domain.PropertyValueResolveWithSourceException extends PropertyValueResolveException implements Serializable

serialVersionUID: 1L

Serialized Fields

source

PropertyLocation source

Class de.smartics.properties.api.config.domain.ResolvedProperty extends Property implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

String expression

resolvedValue

Object resolvedValue

Class de.smartics.properties.api.config.domain.UnknownProperties extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

List<E> properties

Class de.smartics.properties.api.config.domain.UnknownPropertyException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyKey

String propertyKey

Package de.smartics.properties.impl.config.cache

Class de.smartics.properties.impl.config.cache.AbstractCacheConfigurationPropertiesManagement extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cache

de.smartics.properties.impl.config.cache.DependencyTrackingCache cache

Class de.smartics.properties.impl.config.cache.CacheConfigurationPropertiesManagement extends AbstractCacheConfigurationPropertiesManagement implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

ConfigurationPropertiesManagementSpi delegate

Class de.smartics.properties.impl.config.cache.SerializableCacheConfigurationPropertiesManagement extends AbstractCacheConfigurationPropertiesManagement implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

SerializableConfigurationPropertiesManagementSpi delegate

Package de.smartics.properties.impl.config.properties

Class de.smartics.properties.impl.config.properties.PropertiesConfigurationProperties extends AbstractInMemoryConfigurationProperties implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.impl.config.properties.PropertiesConfigurationPropertiesFactory extends AbstractConfigurationPropertiesFactory<PropertiesConfigurationProperties> implements Serializable

serialVersionUID: 1L


Package de.smartics.properties.spi.config.resolve

Class de.smartics.properties.spi.config.resolve.ConfigurationPropertiesResolveContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

registry

PropertyDescriptorRegistry registry

config

ConfigurationProperties config

Class de.smartics.properties.spi.config.resolve.NullValuePropertyException extends UnresolvablePropertyException implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.spi.config.resolve.RecursivePropertyException extends UnresolvablePropertyException implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.spi.config.resolve.ResolveConfigurationException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

String expression

Class de.smartics.properties.spi.config.resolve.UnresolvablePropertyException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyKey

String propertyKey

path

List<E> path

Package de.smartics.properties.spi.config.support

Class de.smartics.properties.spi.config.support.AbstractConfigurationPropertiesFactory extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

rootLocations

List<E> rootLocations

rootPropertyProviders

List<E> rootPropertyProviders

factoryConfiguration

FactoryConfiguration factoryConfiguration

registry

PropertyDescriptorRegistry registry

lock

ReentrantReadWriteLock lock

readLock

Lock readLock

writeLock

Lock writeLock

Class de.smartics.properties.spi.config.support.AbstractInMemoryConfigurationProperties extends AbstractConfigurationPropertiesManagement implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

InMemoryPropertiesManager properties

requiresDefaultOnClassPath

boolean requiresDefaultOnClassPath

Class de.smartics.properties.spi.config.support.BootConfigurationProperties extends AbstractInMemoryConfigurationProperties implements Serializable

serialVersionUID: 1L

Class de.smartics.properties.spi.config.support.ConfigurationPropertiesManagementWithDefaults extends AbstractConfigurationProperties implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationProperties

List<E> configurationProperties

Class de.smartics.properties.spi.config.support.InMemoryPropertiesManager extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationKey

ConfigurationKey configurationKey

sourceId

PropertyLocation sourceId

propertiesKeyToValueMap

Map<K,V> propertiesKeyToValueMap

support

PropertyChangeSupport support

lock

ReentrantReadWriteLock lock

readLock

Lock readLock

writeLock

Lock writeLock

Class de.smartics.properties.spi.config.support.PropertiesPropertyProvider extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationKey

ConfigurationKey configurationKey

sourceId

PropertyLocation sourceId

properties

Properties properties

Package de.smartics.properties.spi.core.constraint.jsr303

Class de.smartics.properties.spi.core.constraint.jsr303.GenericPropertyConstraint extends AbstractPropertyConstraint<T> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

constraintAnnotation

Annotation constraintAnnotation

validatorClass

Class<T> validatorClass

Package de.smartics.properties.spi.core.context

Class de.smartics.properties.spi.core.context.MandatoryPropertyContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertiesContext

PropertiesContext propertiesContext

descriptor

PropertyDescriptor descriptor

Class de.smartics.properties.spi.core.context.PropertyContextProxy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

PropertiesContext context

Package de.smartics.properties.spi.core.convert

Class de.smartics.properties.spi.core.convert.BeanUtilsPropertyValueConverter extends Object implements Serializable

serialVersionUID: 1L


Package de.smartics.properties.spi.core.value

Class de.smartics.properties.spi.core.value.CollectionPropertyValueRange extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

valueRange

Map<K,V> valueRange

Class de.smartics.properties.spi.core.value.EnumeratedPropertyValueRange extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

enumeration

Class<T> enumeration

translator

de.smartics.properties.spi.core.value.EnumIdTranslator<T extends Enum<T>> translator

Package test.de.smartics.properties.spi.config.proxy.examples

Class test.de.smartics.properties.spi.config.proxy.examples.TestSerializableConfigurationProperties extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

param1

Object param1
Dummy parameter.


Package test.de.smartics.properties.spi.config.support

Class test.de.smartics.properties.spi.config.support.DummyConfigurationProperties extends AbstractConfigurationProperties implements Serializable

serialVersionUID: 1L



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