Uses of Interface
de.smartics.properties.api.config.domain.SerializableConfigurationProperties

Packages that use SerializableConfigurationProperties
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.impl.config.classpath Provides a ConfigurationProperties implementation based on Properties that provides properties from registered declarations and definitions on the class path. 
de.smartics.properties.impl.config.ds Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource
de.smartics.properties.impl.config.jndi Provides a SerializableConfigurationPropertiesManagement implementation based on JNDI. 
de.smartics.properties.impl.config.properties Provides a ConfigurationProperties implementation based on Properties
de.smartics.properties.spi.config.domain Provides domain objects for configuration. 
de.smartics.properties.spi.config.proxy Provides classes to create a java dynamic proxy for a given properties interface. 
de.smartics.properties.spi.config.support Provides helpers for service provider to implement ConfigurationPropertiesFactory
 

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

Subinterfaces of SerializableConfigurationProperties in de.smartics.properties.api.config.domain
 interface SerializableConfigurationPropertiesManagement
          Provides management access to the serializable configuration properties.
 

Methods in de.smartics.properties.api.config.domain that return SerializableConfigurationProperties
 SerializableConfigurationProperties ConfigurationProperties.toSerializable()
          Creates a serializable variant of this implementation.
 

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

Classes in de.smartics.properties.impl.config.cache that implement SerializableConfigurationProperties
 class SerializableCacheConfigurationPropertiesManagement
          A delegate that provides a cache.
 

Methods in de.smartics.properties.impl.config.cache with parameters of type SerializableConfigurationProperties
<T> T
SerializableCacheConfigurationPropertiesManagement.getProperties(Class<T> propertiesInterface, SerializableConfigurationProperties configuration)
           
 

Uses of SerializableConfigurationProperties in de.smartics.properties.impl.config.classpath
 

Classes in de.smartics.properties.impl.config.classpath that implement SerializableConfigurationProperties
 class ClasspathConfigurationProperties
          Implementation based on Properties.
 

Uses of SerializableConfigurationProperties in de.smartics.properties.impl.config.ds
 

Classes in de.smartics.properties.impl.config.ds that implement SerializableConfigurationProperties
 class DataSourceConfigurationProperties
          Implementation based on a data source.
 

Uses of SerializableConfigurationProperties in de.smartics.properties.impl.config.jndi
 

Classes in de.smartics.properties.impl.config.jndi that implement SerializableConfigurationProperties
 class JndiConfigurationProperties
          Implementation based on JNDI.
 

Uses of SerializableConfigurationProperties in de.smartics.properties.impl.config.properties
 

Classes in de.smartics.properties.impl.config.properties that implement SerializableConfigurationProperties
 class PropertiesConfigurationProperties
          Implementation based on Properties.
 

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

Classes in de.smartics.properties.spi.config.domain that implement SerializableConfigurationProperties
 class ConfigurationPropertiesManagementProxy
          A serialization proxy that allows non serializable configuration properties instances to be serialized using their factories cache and ability to recreate that instances.
 class ConfigurationPropertiesProxy
          A serialization proxy that allows non serializable configuration properties instances to be serialized using their factories cache and ability to recreate that instances.
 

Methods in de.smartics.properties.spi.config.domain that return SerializableConfigurationProperties
 SerializableConfigurationProperties ConfigurationPropertiesProxy.toSerializable()
           
 

Uses of SerializableConfigurationProperties in de.smartics.properties.spi.config.proxy
 

Methods in de.smartics.properties.spi.config.proxy with parameters of type SerializableConfigurationProperties
<T> T
PropertyConfigurationObjectBuilder.build(Class<T> propertiesInterface, SerializableConfigurationProperties configurationProperties)
          Build the object that contains the properties information for the given properties interface.
 

Constructors in de.smartics.properties.spi.config.proxy with parameters of type SerializableConfigurationProperties
PropertiesProxyInvocationHandler(SerializableConfigurationProperties configurationProperties)
          Default constructor.
 

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

Subinterfaces of SerializableConfigurationProperties in de.smartics.properties.spi.config.support
 interface SerializableConfigurationPropertiesManagementSpi
          Provides an extended interface to service providers.
 

Classes in de.smartics.properties.spi.config.support that implement SerializableConfigurationProperties
 class AbstractInMemoryConfigurationProperties
          An implementation that stores all properties in-memory.
 class BootConfigurationProperties
          Implementation based on Properties.
 class ConfigurationPropertiesManagementWithDefaults
          A configuration properties instance that contains the main configuration properties, which matches the key, and all the defaults that have a partial representation of the key.
 

Methods in de.smartics.properties.spi.config.support with parameters of type SerializableConfigurationProperties
<T> T
ConfigurationPropertiesSpi.getProperties(Class<T> propertiesInterface, SerializableConfigurationProperties configuration)
          Returns a implementation of the given interface that has access to the property keys, the property descriptors and the properties itself, when they are declared in the given interface.
<T> T
AbstractConfigurationProperties.getProperties(Class<T> propertiesInterface, SerializableConfigurationProperties configuration)
           
 



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