public final class LazilyLoadedCtor extends Object implements Serializable
This improves startup time and average memory usage.
| Constructor and Description |
|---|
LazilyLoadedCtor(ScriptableObject scope,
String propertyName,
boolean sealed,
boolean privileged,
Initializable initializer)
Create a constructor using a lambda function.
|
LazilyLoadedCtor(ScriptableObject scope,
String propertyName,
boolean sealed,
Initializable initializer,
boolean privileged)
Create a constructor using a lambda function.
|
LazilyLoadedCtor(ScriptableObject scope,
String propertyName,
String className,
boolean sealed)
Create a constructor that loads via reflection, looking for an "init" method on the class.
|
LazilyLoadedCtor(ScriptableObject scope,
String propertyName,
String className,
boolean sealed,
boolean privileged)
Create a constructor that loads via reflection, looking for an "init" method on the class.
|
public LazilyLoadedCtor(ScriptableObject scope, String propertyName, boolean sealed, boolean privileged, Initializable initializer)
public LazilyLoadedCtor(ScriptableObject scope, String propertyName, boolean sealed, Initializable initializer, boolean privileged)
public LazilyLoadedCtor(ScriptableObject scope, String propertyName, String className, boolean sealed)
public LazilyLoadedCtor(ScriptableObject scope, String propertyName, String className, boolean sealed, boolean privileged)
Copyright © 2025 HtmlUnit. All rights reserved.