Class RobolectricModel.Builder
- java.lang.Object
-
- org.robolectric.annotation.processing.RobolectricModel.Builder
-
- Enclosing class:
- RobolectricModel
public static class RobolectricModel.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExtraShadow(String sdkClassName, String shadowClassName)voidaddResetter(TypeElement shadowTypeElement, ExecutableElement elem)voidaddShadowType(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType)voiddocumentMethod(TypeElement shadowClass, DocumentedMethod documentedMethod)voiddocumentPackage(String name, String documentation)voiddocumentType(TypeElement type, String documentation, List<String> imports)
-
-
-
Method Detail
-
addShadowType
public void addShadowType(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType)
-
addResetter
public void addResetter(TypeElement shadowTypeElement, ExecutableElement elem)
-
documentType
public void documentType(TypeElement type, String documentation, List<String> imports)
-
documentMethod
public void documentMethod(TypeElement shadowClass, DocumentedMethod documentedMethod)
-
-