| Interface | Description |
|---|---|
| IAddableByTrait |
Empty 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
|
| IGenericImplTrait<IMPLTYPE extends IGenericImplTrait<IMPLTYPE>> |
A trait to convert this to a generic implementation.
|
| IGetterByIndexTrait |
A generic convert Object to anything with convenience API.
|
| IGetterByKeyTrait<KEYTYPE> |
A generic convert Object to anything with convenience API.
|
| IGetterDirectTrait |
A generic convert Object to anything with convenience API.
|
| IHasPrimitiveConverter<DSTTYPE> |
An object having or requiring a converter from primitive to something else.
|
| IPrimitiveConverterTo<DSTTYPE> |
A generic dummy interface to convert any primitive type to a certain object
type.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.