Uses of Enum
org.immutables.value.processor.meta.AttributeTypeKind
Packages that use AttributeTypeKind
-
Uses of AttributeTypeKind in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as AttributeTypeKindModifier and TypeFieldDescriptionprivate final AttributeTypeKindValueType.HasJdkKind.kindprivate AttributeTypeKindValueAttribute.typeKindFields in org.immutables.value.processor.meta with type parameters of type AttributeTypeKindModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableMap<String, AttributeTypeKind> AttributeTypeKind.rawTypeMappingMethods in org.immutables.value.processor.meta that return AttributeTypeKindModifier and TypeMethodDescription(package private) static AttributeTypeKindAttributeTypeKind.forRawType(String rawType) (package private) AttributeTypeKindAttributeTypeKind.havingEnumFirstTypeParameter(boolean isEnum) ValueAttribute.typeKind()static AttributeTypeKindReturns the enum constant of this type with the specified name.static AttributeTypeKind[]AttributeTypeKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.immutables.value.processor.meta with parameters of type AttributeTypeKind