Class SuppressedWarnings
java.lang.Object
org.immutables.value.processor.meta.SuppressedWarnings
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final booleanprivate static final Stringprivate static final String(package private) final boolean(package private) final booleanprivate static final String(package private) final booleanprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final String(package private) final boolean(package private) final booleanprivate static final Stringprivate static final String(package private) final boolean(package private) final boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSuppressedWarnings(boolean all, boolean immutables, boolean generated, boolean rawtypes, boolean from, boolean subtype, boolean untype, boolean incompat, Set<String> generatedSuppressions) -
Method Summary
Modifier and TypeMethodDescription(package private) static SuppressedWarningsforElement(Element element, boolean generateSuppressAllWarning, boolean hasDeprecatedMembers)
-
Field Details
-
ALL
- See Also:
-
IMMUTABLES
- See Also:
-
GENERATED
- See Also:
-
RAWTYPES
- See Also:
-
DEPRECATION
- See Also:
-
REMOVAL
- See Also:
-
IMMUTABLES_FROM
- See Also:
-
IMMUTABLES_SUBTYPE
- See Also:
-
IMMUTABLES_UNTYPE
- See Also:
-
IMMUTABLES_INCOMPAT
- See Also:
-
all
final boolean all -
immutables
final boolean immutables -
generated
final boolean generated -
rawtypes
final boolean rawtypes -
from
final boolean from -
subtype
final boolean subtype -
untype
final boolean untype -
incompat
final boolean incompat -
generatedSuppressions
-
-
Constructor Details
-
SuppressedWarnings
-
-
Method Details
-
forElement
static SuppressedWarnings forElement(Element element, boolean generateSuppressAllWarning, boolean hasDeprecatedMembers)
-