@Dependent public class ClassConverter<T> extends Object implements Converter<Class<T>>
Constructor and Description |
---|
ClassConverter() |
Modifier and Type | Method and Description |
---|---|
Class<T> |
convert(Value value)
Converts the supplied
Value into the appropriate kind of
object and returns the result. |
public ClassConverter()
Copyright © 2019–2020, microBean™. All rights reserved.