Interface AnyUtilsFactory
-
- All Known Implementing Classes:
JPAAnyUtilsFactory
public interface AnyUtilsFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnyUtils
getInstance(AnyTypeKind anyTypeKind)
AnyUtils
getInstance(Any<?> any)
AnyUtils
getLinkedAccountInstance()
-
-
-
Method Detail
-
getInstance
AnyUtils getInstance(AnyTypeKind anyTypeKind)
-
getLinkedAccountInstance
AnyUtils getLinkedAccountInstance()
-
-