Uses of Class
org.immutables.value.processor.meta.AttributeTypeKind
-
Packages that use AttributeTypeKind Package Description org.immutables.value.processor.meta -
-
Uses of AttributeTypeKind in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as AttributeTypeKind Modifier and Type Field Description private AttributeTypeKindValueType.HasJdkKind. kindprivate AttributeTypeKindValueAttribute. typeKindFields in org.immutables.value.processor.meta with type parameters of type AttributeTypeKind Modifier and Type Field Description private static com.google.common.collect.ImmutableMap<java.lang.String,AttributeTypeKind>AttributeTypeKind. rawTypeMappingMethods in org.immutables.value.processor.meta that return AttributeTypeKind Modifier and Type Method Description (package private) static AttributeTypeKindAttributeTypeKind. forRawType(java.lang.String rawType)(package private) AttributeTypeKindAttributeTypeKind. havingEnumFirstTypeParameter(boolean isEnum)AttributeTypeKindValueAttribute. typeKind()static AttributeTypeKindAttributeTypeKind. valueOf(java.lang.String name)Returns 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 Constructor Description HasJdkKind(AttributeTypeKind kind)
-