public interface TypeSystem
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypeSystem.NoNativeTypes
An empty set of native types.
|
| Modifier and Type | Method and Description |
|---|---|
default Function<Object,Object> |
getMappedToNativeTypeAdapter(Class<?> clazz) |
default Function<Object,Object> |
getNativeToMappedTypeAdapter(Class<?> clazz) |
default boolean |
supportsAsNativeType(Class<?> clazz)
True if values of the given class are supported natively.
|
default boolean supportsAsNativeType(Class<?> clazz)
clazz - The class of an object that is to stored nativelyAbstractConfigurableDriver.DEFAULT_SUPPORTED_TYPESdefault Function<Object,Object> getNativeToMappedTypeAdapter(Class<?> clazz)
clazz - Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.