Uses of Interface
com.helger.commons.traits.IGenericImplTrait
-
Packages that use IGenericImplTrait Package Description com.helger.commons.error com.helger.commons.error.level com.helger.commons.log com.helger.commons.mutable com.helger.commons.traits com.helger.commons.url -
-
Uses of IGenericImplTrait in com.helger.commons.error
Subinterfaces of IGenericImplTrait in com.helger.commons.error Modifier and Type Interface Description interfaceIErrorCommon interface for single errors and resource errors.Classes in com.helger.commons.error that implement IGenericImplTrait Modifier and Type Class Description classSingleErrorDefault 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 classSingleError.BuilderThe default builder to buildSingleErrorinstances. -
Uses of IGenericImplTrait in com.helger.commons.error.level
Subinterfaces of IGenericImplTrait in com.helger.commons.error.level Modifier and Type Interface Description interfaceIHasErrorLevelComparable<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 Modifier and Type Class Description classLogMessageRepresents a single log message. -
Uses of IGenericImplTrait in com.helger.commons.mutable
Subinterfaces of IGenericImplTrait in com.helger.commons.mutable Modifier and Type Interface Description interfaceIMutableInteger<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 IGenericImplTrait Modifier and Type Class Description classAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.classAbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>Base implementation class forIMutableNumericextendingNumberclass.classMutableBigDecimalObject wrapper around aBigDecimalso that it can be passed a final object but is mutable.classMutableBigIntegerObject wrapper around aBigIntegerso that it can be passed a final object but is mutable.classMutableBooleanObject wrapper around a boolean so that it can be passed a final object but is mutable.classMutableByteObject wrapper around a byte so that it can be passed a final object but is mutable.classMutableCharObject wrapper around a char so that it can be passed a final object but is mutable.classMutableDoubleObject wrapper around a double so that it can be passed a final object but is mutable.classMutableFloatObject wrapper around a float so that it can be passed a final object but is mutable.classMutableIntObject wrapper around an int so that it can be passed a final object but is mutable.classMutableLongObject wrapper around a long so that it can be passed a final object but is mutable.classMutableShortObject 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 IGenericImplTrait Modifier and Type Interface Description interfaceIGenericImplTrait<IMPLTYPE extends IGenericImplTrait<IMPLTYPE>>A trait to convert this to a generic implementation.Subinterfaces of IGenericImplTrait in com.helger.commons.traits Modifier and Type Interface Description interfaceIGenericAdderTrait<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.url Modifier and Type Interface Description interfaceIURLParameterList<IMPLTYPE extends IURLParameterList<IMPLTYPE>>Internal helper interface for objects handling URL parametersClasses in com.helger.commons.url that implement IGenericImplTrait Modifier and Type Class Description classSimpleURLAbstraction of the string parts of a URL but much simpler (and faster) thanURL.classURLParameterListA list of URL parameters with a sanity API.
-