public interface PlexusBeanConverter
Modifier and Type | Method and Description |
---|---|
<T> T |
convert(com.google.inject.TypeLiteral<T> role,
String value)
Converts the given constant value to a bean of the given type.
|
<T> T convert(com.google.inject.TypeLiteral<T> role, String value)
role
- The expected bean typevalue
- The constant valueCopyright © 2021. All rights reserved.