Package burp.api.montoya.internal
Class ObjectFactoryLocator
- java.lang.Object
-
- burp.api.montoya.internal.ObjectFactoryLocator
-
public class ObjectFactoryLocator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static MontoyaObjectFactoryFACTORYThis is initialized when your extension is loaded.
-
Constructor Summary
Constructors Constructor Description ObjectFactoryLocator()
-
-
-
Field Detail
-
FACTORY
public static MontoyaObjectFactory FACTORY
This is initialized when your extension is loaded.
-
-