Uses of Interface
one.microstream.typing.LambdaTypeRecognizer
Package | Description |
---|---|
one.microstream.persistence.types | |
one.microstream.typing |
-
Uses of LambdaTypeRecognizer in one.microstream.persistence.types
Methods in one.microstream.persistence.types that return LambdaTypeRecognizer Modifier and Type Method Description LambdaTypeRecognizer
PersistenceFoundation.Default. getLambdaTypeRecognizer()
LambdaTypeRecognizer
PersistenceFoundation. getLambdaTypeRecognizer()
Methods in one.microstream.persistence.types with parameters of type LambdaTypeRecognizer Modifier and Type Method Description static <D> PersistenceTypeHandlerEnsurer.Default<D>
PersistenceTypeHandlerEnsurer. New(Class<D> dataType, PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry, PersistenceTypeAnalyzer typeAnalyzer, LambdaTypeRecognizer lambdaTypeRecognizer, PersistenceAbstractTypeHandlerSearcher<D> abstractTypeHandlerSearcher, PersistenceTypeHandlerCreator<D> typeHandlerCreator)
F
PersistenceFoundation.Default. setLambdaTypeRecognizer(LambdaTypeRecognizer lambdaTypeRecognizer)
F
PersistenceFoundation. setLambdaTypeRecognizer(LambdaTypeRecognizer lambdaTypeRecognizer)
-
Uses of LambdaTypeRecognizer in one.microstream.typing
Classes in one.microstream.typing that implement LambdaTypeRecognizer Modifier and Type Class Description static class
LambdaTypeRecognizer.Java8Makeshift
This is a makeshift implementation and by far not a completely safe approach.Methods in one.microstream.typing that return LambdaTypeRecognizer Modifier and Type Method Description static LambdaTypeRecognizer
LambdaTypeRecognizer. Java8Makeshift()
Creates aLambdaTypeRecognizer
instance with stateless makeshift implementation for Java 8 and compatible later versions.static LambdaTypeRecognizer
LambdaTypeRecognizer. New()
Creates aLambdaTypeRecognizer
instance with stateless default implementation for the most current approach (JDK version).