Class ObjectConverter
- java.lang.Object
-
- org.apache.sling.api.wrappers.impl.ObjectConverter
-
public final class ObjectConverter extends java.lang.ObjectConverts objects to specific types.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Tconvert(java.lang.Object obj, java.lang.Class<T> type)Converts the object to the given type.
-