public class StringConverterProvider extends AbstractAnnotationMatchingConverterProvider<ToString,FromString> implements ConverterProvider
ToString
and FromString
annotationsConstructor and Description |
---|
StringConverterProvider() |
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 StringConverterProvider()
protected boolean isToMatch(Method method)
isToMatch
in class AbstractAnnotationMatchingConverterProvider<ToString,FromString>
method
- The method to be determinedprotected boolean isFromMatch(Constructor<?> constructor)
isFromMatch
in class AbstractAnnotationMatchingConverterProvider<ToString,FromString>
constructor
- The constructor to be determinedprotected boolean isFromMatch(Method method)
isFromMatch
in class AbstractAnnotationMatchingConverterProvider<ToString,FromString>
method
- The method to be determinedCopyright © 2010–2018 Jadira Systems. All rights reserved.