JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
com.codebox.javabean.tester
com.codebox.bean
ByteBuddyBeanCopier
BooleanConverter
Contents
Description
Method Summary
Method Details
convert(Object, Class)
Hide sidebar
Show sidebar
Interface ByteBuddyBeanCopier.BooleanConverter
Enclosing class:
ByteBuddyBeanCopier
public static interface
ByteBuddyBeanCopier.BooleanConverter
The Interface BooleanConverter.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
convert
(
Object
value,
Class
<?> targetType)
Convert.
Method Details
convert
Object
convert
(
Object
value,
Class
<?> targetType)
Convert.
Parameters:
value
- the value
targetType
- the target type
Returns:
the object