Uses of Interface
one.microstream.reflect.CopyPredicate
Package | Description |
---|---|
one.microstream.reflect |
-
Uses of CopyPredicate in one.microstream.reflect
Methods in one.microstream.reflect that return CopyPredicate Modifier and Type Method Description CopyPredicate
ReflectiveCopier. copySelector()
CopyPredicate
ReflectiveCopier.Default. copySelector()
Methods in one.microstream.reflect with parameters of type CopyPredicate Modifier and Type Method Description static <T, S extends T>
SXReflect. copyFields(T source, S target, Predicate<? super Field> fieldSelector, CopyPredicate copySelector)
static <S, C extends S>
ReflectiveCopier<S>ReflectiveCopier. New(Class<C> sourceClass, S sourceInstance, Predicate<? super Field> fieldSelector, CopyPredicate copySelector)