Uses of Enum Class
com.codebox.enums.LoadType
Packages that use LoadType
Package
Description
Java Bean Tester Package contains static classes for running tests against java beans.
Java Bean Tester Package contains enums for use by javabean tester.
Java Bean Tester Package contains wrapped instances for use by javabean tester.
-
Uses of LoadType in com.codebox.bean
Methods in com.codebox.bean with parameters of type LoadTypeModifier and TypeMethodDescription<T> Object
ValueBuilder.buildValue
(Class<T> clazz, LoadType loadType) Builds the value. -
Uses of LoadType in com.codebox.enums
Methods in com.codebox.enums that return LoadType -
Uses of LoadType in com.codebox.instance
Methods in com.codebox.instance with parameters of type LoadTypeModifier and TypeMethodDescription<R> Object
ClassInstance.buildValue
(Class<R> returnType, LoadType loadType) Builds the value.