@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableHasTypeAnnotation extends HasTypeAnnotation
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableHasTypeAnnotation.Builder |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
bte() |
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 |
withBte(byte... elements) |
ImmutableHasTypeAnnotation |
withMap(Map<String,? extends String> entries) |
ImmutableHasTypeAnnotation |
withStr(String value) |
@Nullable public byte[] bte()
public final ImmutableHasTypeAnnotation withStr(@Nullable String value)
public final ImmutableHasTypeAnnotation withBte(@Nullable byte... elements)
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 © 2022 The Immutables.org authors. All rights reserved.