Uses of Class
com.helger.commons.annotation.Singleton
-
-
Uses of Singleton in com.helger.commons.datetime
Classes in com.helger.commons.datetime with annotations of type Singleton Modifier and Type Class Description classDateTimeFormatterCacheThis class provides a cache forDateTimeFormatterinstances. -
Uses of Singleton in com.helger.commons.equals
Classes in com.helger.commons.equals with annotations of type Singleton Modifier and Type Class Description classEqualsImplementationRegistryThe default implementation ofIEqualsImplementationRegistry. -
Uses of Singleton in com.helger.commons.gfx
Classes in com.helger.commons.gfx with annotations of type Singleton Modifier and Type Class Description classImageDataManagerThis service class is used to cache information about images. -
Uses of Singleton in com.helger.commons.hashcode
Classes in com.helger.commons.hashcode with annotations of type Singleton Modifier and Type Class Description classHashCodeImplementationRegistryThe main registry for the differentIHashCodeImplementationimplementations. -
Uses of Singleton in com.helger.commons.locale
Classes in com.helger.commons.locale with annotations of type Singleton Modifier and Type Class Description classLocaleCacheThis is a global cache for Locale objects to avoid too many object flowing around.
This cache is application independent. -
Uses of Singleton in com.helger.commons.locale.country
Classes in com.helger.commons.locale.country with annotations of type Singleton Modifier and Type Class Description classCountryCacheThis is a global cache for country objects to avoid too many object flowing around.
This cache is application independent. -
Uses of Singleton in com.helger.commons.locale.language
Classes in com.helger.commons.locale.language with annotations of type Singleton Modifier and Type Class Description classLanguageCacheThis is a global cache for language objects to avoid too many objects flowing around.
This cache is application independent. -
Uses of Singleton in com.helger.commons.mime
Classes in com.helger.commons.mime with annotations of type Singleton Modifier and Type Class Description classMimeTypeDeterminatorContains a basic set of MimeType determination method. -
Uses of Singleton in com.helger.commons.regex
Classes in com.helger.commons.regex with annotations of type Singleton Modifier and Type Class Description classRegExCacheThis class provides a cached for compiled regular expressions. -
Uses of Singleton in com.helger.commons.serialize.convert
Classes in com.helger.commons.serialize.convert with annotations of type Singleton Modifier and Type Class Description classSerializationConverterRegistryThe registry that keeps the mappings for serialization converters. -
Uses of Singleton in com.helger.commons.text.resolve
Classes in com.helger.commons.text.resolve with annotations of type Singleton Modifier and Type Class Description classDefaultTextResolverResolves texts either from a text provider or otherwise uses a fallback to a file, based on the given enum constant. -
Uses of Singleton in com.helger.commons.thirdparty
Classes in com.helger.commons.thirdparty with annotations of type Singleton Modifier and Type Class Description classThirdPartyModuleRegistryThis class manages all registered third party modules -
Uses of Singleton in com.helger.commons.typeconvert
Classes in com.helger.commons.typeconvert with annotations of type Singleton Modifier and Type Class Description classTypeConverterRegistryThis class contains all the default type converters for the default types that are required. -
Uses of Singleton in com.helger.commons.url
Classes in com.helger.commons.url with annotations of type Singleton Modifier and Type Class Description classURLProtocolRegistryA central registry for supported URL protocols.
-