public class TypedBean<T> extends Object implements Serializable
TypedBean(Class<T> type)
<S> String
getKey(Function<T,S> property)
static <T> TypedBean<T>
of(Class<T> type)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public TypedBean(Class<T> type)
public static <T> TypedBean<T> of(Class<T> type)
public <S> String getKey(Function<T,S> property)
public String toString()
toString
Object
Copyright © 2023 tan. All rights reserved.