| 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 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
|
Matcher<T>
|
and(Matcher<? super T> arg0)
|
|
Matcher<T>
|
or(Matcher<? super T> arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
From interface
com.google.inject.Module
|
abstract
void
|
configure(Binder arg0)
|
|
From interface
com.google.inject.matcher.Matcher
|
abstract
Matcher<T>
|
and(Matcher<? super T> arg0)
|
|
abstract
boolean
|
matches(T arg0)
|
|
abstract
Matcher<T>
|
or(Matcher<? super T> arg0)
|
|
From interface
com.google.inject.spi.TypeConverter
|
abstract
Object
|
convert(String arg0, TypeLiteral<?> arg1)
|
|
Public Constructors
public
PlexusDateTypeConverter
()
Public Methods
public
void
configure
(Binder binder)
public
Object
convert
(String value, TypeLiteral<?> toType)
public
boolean
matches
(TypeLiteral<?> type)