Interface AndroidDescriptor
- All Known Implementing Classes:
AndroidDescriptor.Trivial
public interface AndroidDescriptor
Provides Android context information to
Plugin instances that include it as
their constructor parameter.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumA trivial implementation of anAndroidDescriptorthat returns a fixed value.static enumDescribes the origin of a type within an Android project. -
Method Summary
Modifier and TypeMethodDescriptiongetTypeScope(TypeDescription typeDescription) Provides the scope of the passedTypeDescriptioninstance.
-
Method Details
-
getTypeScope
Provides the scope of the passedTypeDescriptioninstance.- Parameters:
typeDescription- The type to get the scope for.- Returns:
- a
AndroidDescriptor.TypeScopedescribing the type's origin.
-