Uses of Class
com.helger.commons.annotation.IsSPIImplementation
-
Packages that use IsSPIImplementation Package Description com.helger.commons.equals com.helger.commons.hashcode com.helger.commons.serialize.convert com.helger.commons.thirdparty com.helger.commons.typeconvert -
-
Uses of IsSPIImplementation in com.helger.commons.equals
Classes in com.helger.commons.equals with annotations of type IsSPIImplementation Modifier and Type Class Description classDefaultEqualsImplementationRegistrarSPIThis class registers the default equals implementations. -
Uses of IsSPIImplementation in com.helger.commons.hashcode
Classes in com.helger.commons.hashcode with annotations of type IsSPIImplementation Modifier and Type Class Description classDefaultHashCodeImplementationRegistrarSPIThis class registers the default hash code implementations. -
Uses of IsSPIImplementation in com.helger.commons.serialize.convert
Classes in com.helger.commons.serialize.convert with annotations of type IsSPIImplementation Modifier and Type Class Description classBasicSerializationConverterRegistrarImplementation ofISerializationConverterRegistrarSPIfor basic types like Charset etc. -
Uses of IsSPIImplementation in com.helger.commons.thirdparty
Classes in com.helger.commons.thirdparty with annotations of type IsSPIImplementation Modifier and Type Class Description classThirdPartyModuleProvider_ph_commonsImplement this SPI interface if your JAR file contains external third party modules. -
Uses of IsSPIImplementation in com.helger.commons.typeconvert
Classes in com.helger.commons.typeconvert with annotations of type IsSPIImplementation Modifier and Type Class Description classBaseTypeConverterRegistrarRegister the base type converterclassCharsetTypeConverterRegistrarRegister the locale specific type converterclassCollectionTypeConverterRegistrarRegister the base type converterclassDateTimeTypeConverterRegistrarRegister the date and time specific type converterclassIOTypeConverterRegistrarRegister the IO specific type converterclassLocaleTypeConverterRegistrarRegister the locale specific type converterclassMutableTypeConverterRegistrarRegister the mutable* specific type converter
-