Package org.ocpsoft.rewrite.spi
Interface ConverterProvider
- All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
public interface ConverterProvider
extends org.ocpsoft.common.pattern.Weighted
SPI for providing integration with other conversion frameworks.
- Author:
- Christian Kaltepoth
-
Method Summary
Modifier and TypeMethodDescriptionConverter<?>Create aConverterby some unique ID.Converter<?>getByConverterType(Class<?> converterType) Create aConverterby a third party converter class.Converter<?>getByTargetType(Class<?> targetType) Create aConverterby a target type.Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority