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 void
addExtraShadow(String sdkClassName, String shadowClassName)
void
addResetter(TypeElement shadowTypeElement, ExecutableElement elem)
void
addShadowType(TypeElement shadowType, TypeElement actualType, TypeElement shadowPickerType)
void
documentMethod(TypeElement shadowClass, DocumentedMethod documentedMethod)
void
documentPackage(String name, String documentation)
void
documentType(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)
-
-