public static enum HiltCompilerOptions.BooleanOption extends java.lang.Enum<HiltCompilerOptions.BooleanOption>
| Enum Constant and Description |
|---|
DISABLE_ANDROID_SUPERCLASS_VALIDATION
Flag that disables validating the superclass of @AndroidEntryPoint are Hilt_ generated,
classes.
|
DISABLE_MODULES_HAVE_INSTALL_IN_CHECK
Flag that disables check on modules to be annotated with @InstallIn.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
get(javax.annotation.processing.ProcessingEnvironment env) |
java.lang.String |
getQualifiedName() |
static HiltCompilerOptions.BooleanOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HiltCompilerOptions.BooleanOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiltCompilerOptions.BooleanOption DISABLE_ANDROID_SUPERCLASS_VALIDATION
public static final HiltCompilerOptions.BooleanOption DISABLE_MODULES_HAVE_INSTALL_IN_CHECK
public static HiltCompilerOptions.BooleanOption[] values()
for (HiltCompilerOptions.BooleanOption c : HiltCompilerOptions.BooleanOption.values()) System.out.println(c);
public static HiltCompilerOptions.BooleanOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean get(javax.annotation.processing.ProcessingEnvironment env)
public java.lang.String getQualifiedName()