public final class InterceptorParameters extends Object
| Constructor and Description |
|---|
InterceptorParameters(FeatureSetting conf,
ReportOptions data,
ClassByteArraySource source) |
| Modifier and Type | Method and Description |
|---|---|
ReportOptions |
data() |
Option<Integer> |
getInteger(FeatureParameter key) |
List<String> |
getList(FeatureParameter key) |
Option<String> |
getString(FeatureParameter limit) |
Option<FeatureSetting> |
settings() |
ClassByteArraySource |
source() |
public InterceptorParameters(FeatureSetting conf, ReportOptions data, ClassByteArraySource source)
public ReportOptions data()
public Option<FeatureSetting> settings()
public ClassByteArraySource source()
public Option<String> getString(FeatureParameter limit)
public List<String> getList(FeatureParameter key)
public Option<Integer> getInteger(FeatureParameter key)
Copyright © 2019 MuDebug. All rights reserved.