public static interface Instrumentation.Context.ExtractableView extends Instrumentation.Context
Instrumentation.Context
which
allows the retrieval of any registered auxiliary type.Instrumentation.Context.ExtractableView
Modifier and Type | Method and Description |
---|---|
List<DynamicType> |
getRegisteredAuxiliaryTypes()
Returns any
AuxiliaryType that was registered
with this Instrumentation.Context . |
List<FieldDescription> |
getRegisteredFieldCaches()
Returns a list of the descriptions of all fields of registered field caches.
|
cache, register
List<DynamicType> getRegisteredAuxiliaryTypes()
AuxiliaryType
that was registered
with this Instrumentation.Context
.List<FieldDescription> getRegisteredFieldCaches()
Copyright © 2014. All rights reserved.