public abstract class AnyValueTypeProvider extends java.lang.Object implements Provider
Provider that supports all value types| Constructor and Description |
|---|
AnyValueTypeProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(Type<?> type)
Return true if the given class is supported by this provider.
|