public abstract class Accessors.BoundAccess extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
boxed |
boolean |
callable |
TypeMirror |
containedType |
boolean |
invokable |
String |
name |
TypeMirror |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
BoundAccess(TypeMirror type,
String name,
boolean callable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isContainer() |
public final TypeMirror type
@Nullable public final TypeMirror containedType
public final String name
public final boolean invokable
public final boolean callable
public final boolean boxed
protected BoundAccess(TypeMirror type, String name, boolean callable)
Copyright © 2021 The Immutables.org authors. All rights reserved.