| Package | Description |
|---|---|
| net.sf.mmm.util.collection.impl |
Contains implementations of the
Collection-Util API. |
| net.sf.mmm.util.component.base |
Contains base-implementation of component-util.
|
| net.sf.mmm.util.component.impl |
Contains implementation of component-util.
|
| net.sf.mmm.util.context.base |
Provides the base-implementation of the
Context-API. |
| net.sf.mmm.util.context.impl |
Provides the implementation of the
Context-API. |
| net.sf.mmm.util.event.base |
Contains the abstract base-implementation of the
event-handling API. |
| net.sf.mmm.util.event.impl |
Contains the implementation of the event API.
|
| net.sf.mmm.util.exception.base |
Contains public implementations of exception-utilities.
|
| net.sf.mmm.util.file.base |
Contains public implementations of file utilities.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| net.sf.mmm.util.lang.base.datatype.adapter.jackson |
Provides generic adapters to map datatypes for jackson.
|
| net.sf.mmm.util.lang.base.datatype.descriptor |
Contains the basic implementation of the Util Lang API for datatype description.
|
| net.sf.mmm.util.math.base |
Contains the public implementation of the
Math-Util API. |
| net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
| net.sf.mmm.util.nls.impl |
Contains the implementation for the native language support (NLS).
|
| net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
| net.sf.mmm.util.pojo.base |
Provides the base-implementation of the
Pojo API. |
| net.sf.mmm.util.pojo.descriptor.base |
Contains the basic implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.descriptor.impl |
Contains the implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.path.base |
Contains the base-implementation of the
PojoPath API. |
| net.sf.mmm.util.pojo.path.impl |
Contains the implementation of the
PojoPath API. |
| net.sf.mmm.util.pojo.path.impl.function |
Contains implementations of
PojoPathFunction. |
| net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API. |
| net.sf.mmm.util.resource.impl |
Contains the implementation of the resource API.
|
| net.sf.mmm.util.session.api |
Provides the API for utilities that help to deal with user specific settings.
|
| net.sf.mmm.util.session.base |
Contains public implementations of the session API.
|
| net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
| net.sf.mmm.util.transferobject.base |
Contains the basic implementation of the transfer-object API.
|
| net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API. |
| net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API. |
| net.sf.mmm.util.version.impl |
Contains the implementation of the
Version API. |
| net.sf.mmm.util.xml.base |
Contains the base-implementation of the
XML-Util API. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionFactoryManagerImpl
This is the default implementation of the
CollectionFactoryManager interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLoggableComponent
This is the
abstract base class for a component that provides a
logger. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSpringContainer
This is the abstract base implementation of the
IocContainer using spring. |
class |
PeriodicRefresherImpl
This is the implementation of
PeriodicRefresher. |
class |
SpringContainer
This is a simple implementation of the
IocContainer using spring. |
class |
SpringContainerBean
This is the implementation of
IocContainer that itself is a
spring-bean that can be injected. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericContextFactory
This is the abstract base-implementation of the
GenericContextFactory interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericContextFactoryImpl
This is the implementation of
GenericContextFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventBus
This is the default implementation of
EventBus. |
class |
AbstractEventSource<E extends Event,L extends EventListener<E>>
This is the abstract base implementation of the
EventListener interface. |
class |
AbstractMultiThreadedEventSource<E extends Event,L extends EventListener<E>>
This class extends
AbstractSynchronizedEventSource with the ability to send events asynchronous in
separate Threads. |
class |
AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>>
This class extends
AbstractEventSource with the ability of synchronization and therefore is
thread-safe. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventBusImpl
This is the default implementation of
EventBus. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGlobalExceptionHandler
This is the abstract base implementation of the
GlobalExceptionHandler interface. |
class |
ExceptionUtilImpl
This is the default implementation of
ExceptionUtil. |
class |
ExceptionUtilLimitedImpl
This is the default implementation of
ExceptionUtilLimited. |
class |
GlobalExceptionHandlerLoggingImpl
This is the default implementation of the
GlobalExceptionHandler
interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileUtilLimitedImpl
This class is a collection of utility functions for
File handling and manipulation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatatypeDetector
This is the abstract base implementation of
DatatypeDetector. |
class |
AbstractEnumProvider
This is the abstract base implementation of
EnumProvider. |
class |
AbstractEnumProviderAsynchronous
This is the abstract base implementation of
AbstractEnumProvider that retrieves
enum values asynchronously. |
class |
AbstractEnumProviderSynchronous
This is the abstract base implementation of
AbstractEnumProvider that retrieves
enum values synchronously. |
class |
AbstractEnvironmentDetector
This is the abstract base implementation of
EnvironmentDetector. |
class |
DatatypeDetectorImpl
This is the default implementation of
DatatypeDetector. |
class |
EnvironmentDetectorSpringProfileImpl
This is the default implementation of
EnvironmentDetector. |
class |
SimpleEnumProvider
This is a simple implementation of
EnumProvider. |
class |
SystemUtilImpl
This is the implementation of the
SystemUtil interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
DatatypeObjectMapperFactory
This is a factory bean to
create an instance of ObjectMapper for JSON mapping
with Datatype support via DatatypeDescriptorManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
DatatypeDescriptorManagerImpl
This is the implementation of
DatatypeDescriptorManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
MathUtilImpl
This class is a collection of utility functions for dealing with numbers.
|
class |
MathUtilLimitedImpl
This class is a collection of utility functions for dealing with numbers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNlsBundleFactory
This is the abstract base implementation of
NlsBundleFactory. |
class |
AbstractNlsDependencies
This is the abstract base implementation of
NlsDependencies. |
class |
AbstractNlsFormatter<O>
This is the abstract base implementation of the
NlsFormatter interface. |
class |
AbstractNlsFormatterManager
This is the abstract base implementation of the
NlsFormatterManager interface. |
class |
AbstractNlsFormatterPlugin<O>
T import net.sf.mmm.util.nls.api.NlsTemplateResolver; his is the abstract base-implementation of an
NlsFormatter that is no NlsMessageFormatter
but a sub-formatter for a
specific type and style. |
class |
AbstractNlsMessageFactory
This is the implementation of the
NlsMessageFactory interface. |
class |
AbstractNlsMessageFactoryImpl
This is the abstract but almost complete implementation of
NlsMessageFactory. |
class |
AbstractNlsMessageFormatter
This is the abstract base implementation of the
NlsMessageFormatter interface. |
class |
AbstractNlsTemplateResolver
This is the abstract base implementation of the
NlsTemplateResolver interface. |
class |
DefaultNlsResourceLocator
|
class |
MappedNlsFormatterManager
This is the implementation of the
NlsFormatterManager interface. |
class |
NlsFormatterMap
|
class |
NlsMessageFactoryImpl
This is the implementation of
NlsMessageFactory. |
class |
NoTemplateResolver
This is a dummy implementation of the
NlsTemplateResolver interface that performs no resolving
(always returns null for NoTemplateResolver.resolveTemplate(String)). |
class |
SimpleNlsFormatter<O>
This is an abstract base implementation of
NlsFormatter based on
Formatter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceBundleNlsTemplateResolver
This is an abstract base implementation of the
NlsTemplateResolver
interface. |
class |
ConfiguredNlsFormatterMap
This is a sub-class of
NlsFormatterMap as a ready to use configurable component. |
class |
DefaultNlsTemplateResolver
This is the default implementation of the
NlsTemplateResolver. |
class |
NlsBundleFactoryImpl
This is the implementation of
NlsBundleFactory. |
class |
NlsDependenciesImpl
This is the implementation of the
NlsDependencies interface. |
class |
NlsMessageFormatterFactoryImpl
This is the implementation of the
NlsMessageFormatterFactory. |
class |
NlsResourceBundleLocatorImpl
This is the implementation of
NlsResourceBundleLocator. |
class |
NlsTemplateResolverImpl
This is an implementation of the
NlsTemplateResolver interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPojoFactory
This is the default implementation of the
PojoFactory interface. |
class |
GuessingPojoFactory
This is the default implementation of the
PojoFactory interface. |
class |
SimplePojoFactory
This is the simplest implementation of the
PojoFactory interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPojoDescriptorBuilder
This is the abstract base-implementation of the
PojoDescriptorBuilder interface. |
class |
AbstractPojoDescriptorBuilderFactory
This is the abstract base implementation of the
PojoDescriptorBuilderFactory interface. |
class |
AbstractPojoDescriptorBuilderLimited
This is the abstract base-implementation of the
PojoDescriptorBuilder interface. |
class |
PojoDescriptorBuilderFactoryLimited
This is the implementation of
PojoDescriptorBuilderFactory for
a limited environment (GWT). |
class |
PojoDescriptorDependenciesImpl
This is the implementation of the
PojoDescriptorDependencies interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPojoDescriptorEnhancer
This is an implementation of the
PojoDescriptorEnhancer interface that scans all
PropertyDescriptors for
accessing Collections, Map s or arrays. |
class |
ExtendedPojoDescriptorDependenciesImpl
This class extends
PojoDescriptorDependenciesImpl with additional components to inject. |
class |
PojoDescriptorBuilderFactoryImpl
This is the implementation of
PojoDescriptorBuilderFactory. |
class |
PojoDescriptorBuilderImpl
This is the generic implementation of the
PojoDescriptorBuilder
interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapPojoPathFunction<VALUE>
This is the abstract base implementation for a
PojoPathFunction that
operates on a Map. |
class |
AbstractPojoPathFunction<IN,VALUE>
This is the abstract base implementation of the
PojoPathFunction interface. |
class |
AbstractPojoPathNavigator
This is the abstract base implementation of the
PojoPathNavigator. |
class |
DefaultPojoPathFunctionManager
This is the default implementation of the
PojoPathFunctionManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
PojoPathFunctionManagerImpl
This is the implementation of
PojoPathFunctionManager. |
class |
PojoPathNavigatorImpl
This is the implementation of
PojoPathNavigator. |
| Modifier and Type | Class and Description |
|---|---|
class |
PojoPathNamedFunctionToString
This is the implementation of a
PojoPathNamedFunction that performs a Object.toString() on
the input-object. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionReflectionUtilImpl
This is the implementation of the
CollectionReflectionUtil interface. |
class |
ReflectionUtilImpl
This class is a collection of utility functions for dealing with
reflection. |
class |
ReflectionUtilLimitedImpl
This is the implementation of the
ReflectionUtilLimited interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathScannerImpl
Implementation of
ClasspathScanner. |
| Modifier and Type | Class and Description |
|---|---|
static class |
UserSessionAccess.AbstractUserSessionProvider
The abstract base implementation of
UserSessionProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserSessionProviderDefaultImpl
This is the default implementation of
UserSessionProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
JustificationBuilderImpl
This is the implementation of
JustificationBuilder. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransferObjectUtilImpl
This is the implementation of
TransferObjectUtil. |
class |
TransferObjectUtilLimitedImpl
This is the implementation of
TransferObjectUtilLimited. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComposedValueConverter
This is the abstract base implementation of the
ComposedValueConverter interface. |
class |
AbstractComposedValueConverterFactory
This is the abstract base implementation of
ComposedValueConverterFactory. |
class |
AbstractGenericValueConverter<SOURCE>
This is the abstract base implementation of the
GenericValueConverter interface. |
class |
AbstractRecursiveValueConverter<SOURCE,TARGET>
This is an abstract base-implementation for a
ValueConverter that
performs recursive conversions on the owning-converter for converting
child values. |
class |
AbstractSimpleValueConverter<SOURCE,TARGET>
This is an abstract base-implementation of the
ValueConverter interface that simply works with
Class rather than GenericType. |
class |
AbstractValueConverter<SOURCE,TARGET>
This is the abstract base-implementation of the
ValueConverter interface. |
class |
SimpleGenericValueConverterImpl
This is a generic value converter that is GWT compatible and therefore has reduced flexibility.
|
class |
StringValueConverterImpl
This is the implementation of
StringValueConverter. |
class |
ValueConverterIdentity<V>
This is an implementation of
ValueConverter that returns the unmodified
value (identity conversion). |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionUtilImpl
This is the abstract base-implementation of the
VersionUtil interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
DomUtilImpl
This utility class contains methods that help to deal with the
DOM API. |
class |
XmlUtilImpl
This utility class contains methods that help to deal with XML.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.