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