Package org.jivesoftware.smack.provider
Class IntrospectionProvider
java.lang.Object
org.jivesoftware.smack.provider.IntrospectionProvider
Deprecated.
use a proper parser.
Parsing with introspection poses a security threat and results in mutable classes and is therefore discouraged.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.use a proper parser.static class
Deprecated.use a proper parser. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
parseWithIntrospection
(Class<?> objectClass, XmlPullParser parser, int initialDepth) Deprecated.
-
Constructor Details
-
IntrospectionProvider
public IntrospectionProvider()Deprecated.
-
-
Method Details
-
parseWithIntrospection
public static Object parseWithIntrospection(Class<?> objectClass, XmlPullParser parser, int initialDepth) throws NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, XmlPullParserException, IOException, IllegalArgumentException, InvocationTargetException, ClassNotFoundException Deprecated.
-