Interface MValue.Delegate
-
- Enclosing class:
- MValue
public static interface MValue.Delegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MCollectioncollectionFromNative(java.lang.Object object)voidencodeNative(FLEncoder encoder, java.lang.Object object)java.lang.ObjecttoNative(MValue mv, MCollection parent, java.util.concurrent.atomic.AtomicBoolean cacheIt)
-
-
-
Method Detail
-
toNative
@Nullable java.lang.Object toNative(@NonNull MValue mv, @Nullable MCollection parent, @NonNull java.util.concurrent.atomic.AtomicBoolean cacheIt)
-
collectionFromNative
@Nullable MCollection collectionFromNative(@Nullable java.lang.Object object)
-
encodeNative
void encodeNative(@NonNull FLEncoder encoder, @Nullable java.lang.Object object)
-
-