Package com.google.common.collect
Class Serialization.FieldSetter<T>
- java.lang.Object
-
- com.google.common.collect.Serialization.FieldSetter<T>
-
- Enclosing class:
- Serialization
static final class Serialization.FieldSetter<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Field
field
-
Constructor Summary
Constructors Modifier Constructor Description private
FieldSetter(java.lang.reflect.Field field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
set(T instance, int value)
(package private) void
set(T instance, java.lang.Object value)
-