Uses of Class
com.helger.commons.type.TypedObject
-
Packages that use TypedObject Package Description com.helger.commons.type -
-
Uses of TypedObject in com.helger.commons.type
Methods in com.helger.commons.type that return TypedObject Modifier and Type Method Description static <IDTYPE> TypedObject<IDTYPE>TypedObject. create(ITypedObject<IDTYPE> aObj)Factory methodstatic <IDTYPE> TypedObject<IDTYPE>TypedObject. create(ObjectType aObjectType, IDTYPE aID)Factory method
-