public interface IMicroTypeConverterCallback
| Modifier and Type | Method and Description |
|---|---|
EContinue |
call(Class<?> aClass,
IMicroTypeConverter aConverter)
Invoked for each converter.
|
@Nonnull EContinue call(@Nonnull Class<?> aClass, @Nonnull IMicroTypeConverter aConverter)
aClass - The class for which the converter was registered.aConverter - The main converter object. Never null.EContinue.CONTINUE to continue iteration,
EContinue.BREAK to stop iteration.Copyright © 2006–2015 phloc systems. All rights reserved.