Uses of Class
com.storedobject.core.StoredObjectUtility.MethodList
Packages that use StoredObjectUtility.MethodList
-
Uses of StoredObjectUtility.MethodList in com.storedobject.core
Methods in com.storedobject.core that return StoredObjectUtility.MethodListModifier and TypeMethodDescriptionStoredObjectUtility.createMethodList
(Class<?> objectClass, String attributeName) static StoredObjectUtility.MethodList[]
StoredObjectUtility.createMethodLists
(Class<?> objectClass, StringList attributeNames) ObjectData.getGetMethod
(String key) StoredObjectUtility.MethodList.getNext()
Methods in com.storedobject.core with parameters of type StoredObjectUtility.MethodListModifier and TypeMethodDescriptionvoid
StoredObjectUtility.MethodList.add
(StoredObjectUtility.MethodList list) static <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, StoredObjectUtility.MethodList displayMethod) Create anObjectToString
implementation for a given set of attributes.Constructors in com.storedobject.core with parameters of type StoredObjectUtility.MethodList