public abstract class AbstractClassValueMapper<T> extends java.lang.Object implements ValueMapperFactory
| Constructor and Description |
|---|
AbstractClassValueMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ValueMapperInstance<?>> |
maybeForType(BindingType bindingType) |
abstract ValueMapperInstance<T> |
newInstance(BindingType bindingType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalways, defaultFactories, forClasspublic abstract ValueMapperInstance<T> newInstance(BindingType bindingType)
public java.util.Optional<ValueMapperInstance<?>> maybeForType(BindingType bindingType)
maybeForType in interface ValueMapperFactory