Uses of Interface
org.apache.juneau.junit.bct.Swapper
Packages that use Swapper
- 
Uses of Swapper in org.apache.juneau.junit.bctMethods in org.apache.juneau.junit.bct that return SwapperModifier and TypeMethodDescriptionSwappers.futureSwapper()Returns a swapper forFutureobjects that extracts completed results or status information.Swappers.optionalSwapper()Returns a swapper forOptionalobjects that unwraps them to their contained values.Swappers.supplierSwapper()Returns a swapper forSupplierobjects 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.