Package org.eclipse.sisu.plexus
Class PlexusDateTypeConverter
java.lang.Object
com.google.inject.matcher.AbstractMatcher<com.google.inject.TypeLiteral<?>>
org.eclipse.sisu.plexus.PlexusDateTypeConverter
- All Implemented Interfaces:
com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>>
,com.google.inject.Module
,com.google.inject.spi.TypeConverter
public final class PlexusDateTypeConverter
extends com.google.inject.matcher.AbstractMatcher<com.google.inject.TypeLiteral<?>>
implements com.google.inject.spi.TypeConverter, com.google.inject.Module
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.inject.matcher.AbstractMatcher
and, or
-
Field Details
-
PLEXUS_DATE_FORMATS
-
CONVERSION_ERROR
- See Also:
-
-
Constructor Details
-
PlexusDateTypeConverter
public PlexusDateTypeConverter()
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configure
in interfacecom.google.inject.Module
-
matches
public boolean matches(com.google.inject.TypeLiteral<?> type) - Specified by:
matches
in interfacecom.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>>
-
convert
- Specified by:
convert
in interfacecom.google.inject.spi.TypeConverter
-