Interface | Description |
---|---|
FileMarshaller<T> |
Marshals and unmarshals a type T to and from a File.
|
PropertiesConverter<T> |
Marshals and unmarshals to and from properties.
|
SingletonAccessor<T> |
Accessor and mutator of a singleton instance.
|
StreamMarshaller<T> |
Marshals and unmarshals one instance of a type T to an OutputStream and from a InputStream.
|
Class | Description |
---|---|
PropertiesBasedFileMarshaller<T> |
PropertiesBasedFileMarshaller
|
PropertiesBasedStreamMarshaller<T> |
PropertiesBasedFileMarshaller
|
PropertiesFileMarshaller |
PropertiesFileMarshaller
|
ReloadableFileAccessor<T> |
Helper handling a reloadable file on the filesystem to marshal and unmarshal the content of a given file into one
instance of the given type.
|
ReloadableProperties |
A ReloadableProperties implementation, each time
ReloadableProperties.getProperties() is invoked, properties are checked for
modifications and can be reloaded. |
ResourceLocator |
Locates resources on the classpath or on the filesystem.
|
SingletonAccessors |
Static factory methods pertaining to
SingletonAccessor . |
UrlAccessor<T> |
A SingletonAccessor based on a URL.
|
Enum | Description |
---|---|
PropertiesConverter.IdemConverter | |
PropertiesConverter.MapPropertiesConverter | |
PropertiesFormat |
Properties Format
|
SingletonAccessors.UrlProtocol |
The list of all URL protocols we support and basically which can be loaded by an application server classLoader.
|
Copyright © 2020. All Rights Reserved.