public class JodaConvertConverterProvider extends AbstractAnnotationMatchingConverterProvider<org.joda.convert.ToString,org.joda.convert.FromString> implements ConverterProvider
Constructor and Description |
---|
JodaConvertConverterProvider() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isFromMatch(Constructor<?> constructor)
Subclasses can override this template method with their own matching strategy
|
protected boolean |
isFromMatch(Method method)
Subclasses can override this template method with their own matching strategy
|
protected boolean |
isToMatch(Method method)
Subclasses can override this template method with their own matching strategy
|
determineQualifiers, matchFromConstructors, matchFromMethods, matchToMethods
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
matchFromConstructors, matchFromMethods, matchToMethods
public JodaConvertConverterProvider()
protected boolean isToMatch(Method method)
isToMatch
in class AbstractAnnotationMatchingConverterProvider<org.joda.convert.ToString,org.joda.convert.FromString>
method
- The method to be determinedprotected boolean isFromMatch(Constructor<?> constructor)
isFromMatch
in class AbstractAnnotationMatchingConverterProvider<org.joda.convert.ToString,org.joda.convert.FromString>
constructor
- The constructor to be determinedprotected boolean isFromMatch(Method method)
isFromMatch
in class AbstractAnnotationMatchingConverterProvider<org.joda.convert.ToString,org.joda.convert.FromString>
method
- The method to be determinedCopyright © 2010–2018 Jadira Systems. All rights reserved.