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
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.use a proper parser.static classDeprecated.use a proper parser. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectparseWithIntrospection(Class<?> objectClass, org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth) Deprecated.
-
Constructor Details
-
IntrospectionProvider
public IntrospectionProvider()Deprecated.
-
-
Method Details
-
parseWithIntrospection
public static Object parseWithIntrospection(Class<?> objectClass, org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth) throws NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, org.jivesoftware.smack.xml.XmlPullParserException, IOException, IllegalArgumentException, InvocationTargetException, ClassNotFoundException Deprecated.- Throws:
NoSuchMethodExceptionSecurityExceptionInstantiationExceptionIllegalAccessExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionIOExceptionIllegalArgumentExceptionInvocationTargetExceptionClassNotFoundException
-