Uses of Class
com.helger.commons.annotation.IsSPIInterface
-
-
Uses of IsSPIInterface in com.helger.commons.equals
Classes in com.helger.commons.equals with annotations of type IsSPIInterface Modifier and Type Interface Description interfaceIEqualsImplementationRegistrarSPISPI registry interface to implement your custom equals implementations. -
Uses of IsSPIInterface in com.helger.commons.hashcode
Classes in com.helger.commons.hashcode with annotations of type IsSPIInterface Modifier and Type Interface Description interfaceIHashCodeImplementationRegistrarSPISPI registry interface to implement your custom hashCode implementations. -
Uses of IsSPIInterface in com.helger.commons.serialize.convert
Classes in com.helger.commons.serialize.convert with annotations of type IsSPIInterface Modifier and Type Interface Description interfaceISerializationConverterRegistrarSPISPI interface to be implemented by other modules wishing to register their own serialization converters. -
Uses of IsSPIInterface in com.helger.commons.thirdparty
Classes in com.helger.commons.thirdparty with annotations of type IsSPIInterface Modifier and Type Interface Description interfaceIThirdPartyModuleProviderSPIImplement this SPI interface if your JAR file contains external third party modules. -
Uses of IsSPIInterface in com.helger.commons.typeconvert
Classes in com.helger.commons.typeconvert with annotations of type IsSPIInterface Modifier and Type Interface Description interfaceITypeConverterRegistrarSPISPI interface to be implemented by other modules wishing to register their own type converters. -
Uses of IsSPIInterface in com.helger.commons.url
Classes in com.helger.commons.url with annotations of type IsSPIInterface Modifier and Type Interface Description interfaceIURLProtocolRegistrarSPIInterface for a registrar providing custom URL protocols
-