Package com.helger.base.trait
package com.helger.base.trait
-
InterfacesClassDescriptionEmpty marker interface that must be implemented by elements types that want to use
IGenericAdderTrait.IGenericAdderTrait<ELEMENTTYPE extends IAddableByTrait,IMPLTYPE extends IGenericAdderTrait<ELEMENTTYPE, IMPLTYPE>> Add arbitrary objects to this, where this being some kind of a collection like ArrayList.IGenericImplTrait<IMPLTYPE extends IGenericImplTrait<IMPLTYPE>>A trait to convert this to a generic implementation.IGenericMapAdderTrait<KEYTYPE,VALUETYPE extends IAddableByTrait, IMPLTYPE extends IGenericMapAdderTrait<KEYTYPE, VALUETYPE, IMPLTYPE>> Add arbitrary objects to this, where this is a Map based structure like HashMap or TreeMap.IHasTypeConverterTo<DSTTYPE>An object having or requiring a converter from primitive to something else.ITypeConverterTo<DSTTYPE>A generic dummy interface to convert any data type and especially primitive types to a certain destination type.