public interface AndroidDescriptor
Plugin instances that include it as
 their constructor parameter.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | AndroidDescriptor.TrivialA trivial implementation of an  AndroidDescriptorthat returns a fixed value. | 
| static class  | AndroidDescriptor.TypeScopeDescribes 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  TypeDescriptioninstance. | 
AndroidDescriptor.TypeScope getTypeScope(TypeDescription typeDescription)
TypeDescription instance.typeDescription - The type to get the scope for.AndroidDescriptor.TypeScope describing the type's origin.Copyright © 2014–2024. All rights reserved.