Uses of Interface
org.apache.juneau.junit.bct.Listifier
Packages that use Listifier
-
Uses of Listifier in org.apache.juneau.junit.bct
Methods in org.apache.juneau.junit.bct that return ListifierModifier and TypeMethodDescriptionstatic Listifier<Collection>
Listifiers.collectionListifier()
Returns a listifier forCollection
objects that converts them toArrayList
.static Listifier<Enumeration>
Listifiers.enumerationListifier()
Returns a listifier forEnumeration
objects that converts them to lists.Listifiers.iterableListifier()
Returns a listifier forIterable
objects that converts them using streams.Listifiers.iteratorListifier()
Returns a listifier forIterator
objects that converts them to lists.Listifiers.mapListifier()
Listifiers.streamListifier()
Returns a listifier forStream
objects that converts them to lists.Methods in org.apache.juneau.junit.bct with parameters of type ListifierModifier and TypeMethodDescriptionBasicBeanConverter.Builder.addListifier
(Class<T> c, Listifier<T> l) Registers a custom listifier for a specific type.