com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>>, com.google.inject.Module, com.google.inject.spi.TypeConverterpublic final class PlexusDateTypeConverter
extends com.google.inject.matcher.AbstractMatcher<com.google.inject.TypeLiteral<?>>
implements com.google.inject.spi.TypeConverter, com.google.inject.Module
TypeConverter Module that converts Plexus formatted date strings into Dates.| Constructor | Description |
|---|---|
PlexusDateTypeConverter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
configure(com.google.inject.Binder binder) |
|
java.lang.Object |
convert(java.lang.String value,
com.google.inject.TypeLiteral<?> toType) |
|
boolean |
matches(com.google.inject.TypeLiteral<?> type) |
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Modulepublic boolean matches(com.google.inject.TypeLiteral<?> type)
matches in interface com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>>public java.lang.Object convert(java.lang.String value,
com.google.inject.TypeLiteral<?> toType)
convert in interface com.google.inject.spi.TypeConverter