public interface Typed<T>
DataSources to provide
information about their values.| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getValueType()
Returns the type of values produced/contained by this instance.
|
static <T> Typed<T> |
token(String name) |
static <T> Typed<T> |
token(String name,
Class<T> type) |
static <T> Class<T> |
typeOf(Object typed) |
Copyright © 2019. All rights reserved.