public interface AndroidDescriptor
Plugin
instances that include it as
their constructor parameter.Modifier and Type | Interface and Description |
---|---|
static class |
AndroidDescriptor.Trivial
A trivial implementation of an
AndroidDescriptor that returns a fixed value. |
static class |
AndroidDescriptor.TypeScope
Describes the origin of a type within an Android project.
|
Modifier and Type | Method and Description |
---|---|
AndroidDescriptor.TypeScope |
getTypeScope(TypeDescription typeDescription)
Provides the scope of the passed
TypeDescription instance. |
AndroidDescriptor.TypeScope getTypeScope(TypeDescription typeDescription)
TypeDescription
instance.typeDescription
- The type to get the scope for.AndroidDescriptor.TypeScope
describing the type's origin.Copyright © 2014–2025. All rights reserved.