Uses of Interface
one.microstream.reflect.Getter
Package | Description |
---|---|
one.microstream.persistence.binary.types |
-
Uses of Getter in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types with parameters of type Getter Modifier and Type Method Description static <T, R> BinaryField<T>
Binary. Field(Class<R> referenceType, String name, Getter<T,R> getter)
static <T, R> BinaryField<T>
Binary. Field(Class<R> referenceType, String name, Getter<T,R> getter, Setter<T,R> setter)