Uses of Interface
org.apache.juneau.junit.bct.Listifier
Packages that use Listifier
- 
Uses of Listifier in org.apache.juneau.junit.bctMethods in org.apache.juneau.junit.bct that return ListifierModifier and TypeMethodDescriptionstatic Listifier<Collection>Listifiers.collectionListifier()Returns a listifier forCollectionobjects that converts them toArrayList.static Listifier<Enumeration>Listifiers.enumerationListifier()Returns a listifier forEnumerationobjects that converts them to lists.Listifiers.iterableListifier()Returns a listifier forIterableobjects that converts them using streams.Listifiers.iteratorListifier()Returns a listifier forIteratorobjects that converts them to lists.Listifiers.mapListifier()Listifiers.streamListifier()Returns a listifier forStreamobjects 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.