Uses of Interface
com.helger.commons.traits.IGenericImplTrait
Packages that use IGenericImplTrait
Package
Description
-
Uses of IGenericImplTrait in com.helger.commons.error
Subinterfaces of IGenericImplTrait in com.helger.commons.errorModifier and TypeInterfaceDescriptioninterfaceCommon interface for single errors and resource errors.Classes in com.helger.commons.error that implement IGenericImplTraitModifier and TypeClassDescriptionclassDefault implementation ofIError.
Note: cannot be calledErrorbecause this would conflict with the default Java Exception class.static classSingleError.AbstractBuilder<ERRTYPE extends SingleError,IMPLTYPE extends SingleError.AbstractBuilder<ERRTYPE, IMPLTYPE>> Abstract builder class forSingleErrorand derived classes.static final classThe default builder to buildSingleErrorinstances. -
Uses of IGenericImplTrait in com.helger.commons.error.level
Subinterfaces of IGenericImplTrait in com.helger.commons.error.levelModifier and TypeInterfaceDescriptioninterfaceIHasErrorLevelComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>Base interface for objects that have a severity based onIErrorLevel. -
Uses of IGenericImplTrait in com.helger.commons.log
Classes in com.helger.commons.log that implement IGenericImplTrait -
Uses of IGenericImplTrait in com.helger.commons.mutable
Subinterfaces of IGenericImplTrait in com.helger.commons.mutableModifier and TypeInterfaceDescriptioninterfaceIMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>Base interface for mutable numeric valuesinterfaceIMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>>Base interface for mutable numeric valuesinterfaceIMutableObject<IMPLTYPE extends IMutableObject<IMPLTYPE>>Base interface for all mutable objectsClasses in com.helger.commons.mutable that implement IGenericImplTraitModifier and TypeClassDescriptionclassAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.classAbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>Base implementation class forIMutableNumericextendingNumberclass.classObject wrapper around aBigDecimalso that it can be passed a final object but is mutable.classObject wrapper around aBigIntegerso that it can be passed a final object but is mutable.classObject wrapper around a boolean so that it can be passed a final object but is mutable.classObject wrapper around a byte so that it can be passed a final object but is mutable.classObject wrapper around a char so that it can be passed a final object but is mutable.classObject wrapper around a double so that it can be passed a final object but is mutable.classObject wrapper around a float so that it can be passed a final object but is mutable.classObject wrapper around an int so that it can be passed a final object but is mutable.classObject wrapper around a long so that it can be passed a final object but is mutable.classObject wrapper around a short so that it can be passed a final object but is mutable. -
Uses of IGenericImplTrait in com.helger.commons.traits
Classes in com.helger.commons.traits with type parameters of type IGenericImplTraitModifier and TypeInterfaceDescriptioninterfaceIGenericImplTrait<IMPLTYPE extends IGenericImplTrait<IMPLTYPE>>A trait to convert this to a generic implementation.Subinterfaces of IGenericImplTrait in com.helger.commons.traitsModifier and TypeInterfaceDescriptioninterfaceIGenericAdderTrait<ELEMENTTYPE extends IAddableByTrait,IMPLTYPE extends IGenericAdderTrait<ELEMENTTYPE, IMPLTYPE>> Add arbitrary objects to this -
Uses of IGenericImplTrait in com.helger.commons.url
Subinterfaces of IGenericImplTrait in com.helger.commons.urlModifier and TypeInterfaceDescriptioninterfaceIURLParameterList<IMPLTYPE extends IURLParameterList<IMPLTYPE>>Internal helper interface for objects handling URL parametersClasses in com.helger.commons.url that implement IGenericImplTraitModifier and TypeClassDescriptionclassAbstraction of the string parts of a URL but much simpler (and faster) thanURL.classA list of URL parameters with a sanity API.