Module org.simpleflatmapper.reflect
Class BoxedBooleanGetter<T>
java.lang.Object
org.simpleflatmapper.reflect.primitive.BoxedBooleanGetter<T>
- All Implemented Interfaces:
Getter<T,,Boolean> BooleanGetter<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the property from the specified object.booleangetBoolean(T target)
-
Constructor Details
-
BoxedBooleanGetter
-
-
Method Details
-
getBoolean
- Specified by:
getBooleanin interfaceBooleanGetter<T>- Throws:
Exception
-
get
Description copied from interface:GetterReturn the property from the specified object.
-