public static class ConfigurationValueMapperProvider.Default extends Object implements ConfigurationValueMapperProvider
ConfigurationValueMapperProvider.Builder, ConfigurationValueMapperProvider.Default| Modifier and Type | Method and Description |
|---|---|
<T> ConfigurationValueMapper<T> |
get(Class<T> type)
Gets the value mapper for the specified type, or
null if none was found. |
Iterator<ConfigurationValueMapper<?>> |
iterator() |
<T> Optional<ConfigurationValueMapper<T>> |
opt(Class<T> type)
Returns an optional value mapper for the specified type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitBuilder, Default, NewforEach, spliteratorpublic Iterator<ConfigurationValueMapper<?>> iterator()
iterator in interface Iterable<ConfigurationValueMapper<?>>public <T> ConfigurationValueMapper<T> get(Class<T> type)
ConfigurationValueMapperProvidernull if none was found.get in interface ConfigurationValueMapperProviderT - the target typetype - the target's type classConfigurationValueMapper or null if none was foundpublic <T> Optional<ConfigurationValueMapper<T>> opt(Class<T> type)
ConfigurationValueMapperProvideropt in interface ConfigurationValueMapperProviderT - the target typetype - the target's type classOptional with the value mapper or an empty one if none was foundCopyright © 2022 MicroStream Software. All rights reserved.