@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","HasTypeAnnotation"}) @Immutable public final class ImmutableHasTypeAnnotation extends HasTypeAnnotation
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableHasTypeAnnotation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableHasTypeAnnotation.Builder |
builder() |
static ImmutableHasTypeAnnotation |
copyOf(HasTypeAnnotation instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableMap<String,String> |
map() |
String |
str() |
String |
toString() |
ImmutableHasTypeAnnotation |
withMap(Map<String,? extends String> entries) |
ImmutableHasTypeAnnotation |
withStr(String value) |
public final ImmutableHasTypeAnnotation withStr(@Nullable String value)
public final ImmutableHasTypeAnnotation withMap(@Nullable Map<String,? extends String> entries)
public int hashCode()
public String toString()
public static ImmutableHasTypeAnnotation copyOf(HasTypeAnnotation instance)
public static ImmutableHasTypeAnnotation.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.