public final class

PlexusDateTypeConverter

extends AbstractMatcher<T>
implements Module TypeConverter
java.lang.Object
   ↳ com.google.inject.matcher.AbstractMatcher<T>
     ↳ org.eclipse.sisu.plexus.PlexusDateTypeConverter

Class Overview

TypeConverter Module that converts Plexus formatted date strings into Dates.

Summary

Public Constructors
PlexusDateTypeConverter()
Public Methods
void configure(Binder binder)
Object convert(String value, TypeLiteral<?> toType)
boolean matches(TypeLiteral<?> type)
[Expand]
Inherited Methods
From class com.google.inject.matcher.AbstractMatcher
From class java.lang.Object
From interface com.google.inject.Module
From interface com.google.inject.matcher.Matcher
From interface com.google.inject.spi.TypeConverter

Public Constructors

public PlexusDateTypeConverter ()

Public Methods

public void configure (Binder binder)

public Object convert (String value, TypeLiteral<?> toType)

public boolean matches (TypeLiteral<?> type)