Package | Description |
---|---|
com.google.inject.testing.fieldbinder |
Modifier and Type | Method and Description |
---|---|
private com.google.common.base.Optional<BoundFieldModule.BoundFieldInfo> |
BoundFieldModule.getBoundFieldInfo(TypeLiteral<?> containingClassType,
java.lang.reflect.Field field)
Retrieve a
BoundFieldModule.BoundFieldInfo . |
Modifier and Type | Method and Description |
---|---|
private void |
BoundFieldModule.bindField(BoundFieldModule.BoundFieldInfo fieldInfo) |
private java.lang.Object |
BoundFieldModule.getFieldValue(BoundFieldModule.BoundFieldInfo fieldInfo)
Returns the field value to bind, throwing for non-
@Nullable fields with null values,
and for null "transparent providers". |