public final class TypedProperty<T> extends Object
| Constructor and Description |
|---|
TypedProperty(String name,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name() |
String |
toString() |
Class<T> |
type() |
static <T> TypedProperty<T> |
with(Class<T> type) |
static <T> TypedProperty<T> |
with(String name,
Class<T> type) |
public String name()
public static <T> TypedProperty<T> with(String name, Class<T> type)
public static <T> TypedProperty<T> with(Class<T> type)
Copyright © 2018. All Rights Reserved.