public abstract class Type<T> extends Object
Type(Class<T> type, T defaultValue)
T
getDefaultValue()
Class<T>
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Type(Class<T> type, T defaultValue)
public Class<T> getType()
public T getDefaultValue()
Copyright © 2015. All rights reserved.