Uses of Interface
com.storedobject.core.ObjectToString
Packages that use ObjectToString
-
Uses of ObjectToString in com.storedobject.core
Classes in com.storedobject.core that implement ObjectToStringMethods in com.storedobject.core that return ObjectToStringModifier and TypeMethodDescriptionstatic <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, StringList attributes) Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, StringList attributes, boolean showAttributes) Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, StoredObjectUtility.MethodList displayMethod) Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, String delimiter, StringList attributes) Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, String delimiter, StringList attributes, boolean showAttributes) Create anObjectToString
implementation for a given set of attributes.