public static class DefaultBeanProperties.Item<T> extends Object
Item()
Item(String name, Class<T> type)
String
getName()
Class<T>
getType()
void
setName(String name)
setType(Class<T> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Item()
public Item(String name, Class<T> type)
public String getName()
public void setName(String name)
public Class<T> getType()
public void setType(Class<T> type)
Copyright © 2020. All rights reserved.