Uses of Interface
org.apache.juneau.junit.bct.Swapper
Packages that use Swapper
-
Uses of Swapper in org.apache.juneau.junit.bct
Methods in org.apache.juneau.junit.bct that return SwapperModifier and TypeMethodDescriptionSwappers.futureSwapper()
Returns a swapper forFuture
objects that extracts completed results or status information.Swappers.optionalSwapper()
Returns a swapper forOptional
objects that unwraps them to their contained values.Swappers.supplierSwapper()
Returns a swapper forSupplier
objects that evaluates them to get their supplied values.Methods in org.apache.juneau.junit.bct with parameters of type SwapperModifier and TypeMethodDescriptionBasicBeanConverter.Builder.addSwapper
(Class<T> c, Swapper<T> s) Registers a custom swapper for a specific type.