public interface ConverterFactory extends Serializable
Converter
instances capable to handle conversion between a
model and a presentation type.Modifier and Type | Method and Description |
---|---|
<P,M> Optional<Converter<P,M>> |
newInstance(Class<P> presentationType,
Class<M> modelType)
Attempts to create a
Converter instance, capable to handle
conversion between the given presentation and model types. |
Copyright © 2023. All rights reserved.