public final class BooleanPropertySetterFactory extends PropertySetterFactory<ObjectBooleanConsumer>
| Modifier and Type | Class and Description |
|---|---|
protected class |
BooleanPropertySetterFactory.BooleanUnboxingSetterFunction |
setterFunction| Modifier | Constructor and Description |
|---|---|
protected |
BooleanPropertySetterFactory(Method setterMethod,
Class<?> propertyType,
MethodHandles.Lookup lookup) |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectBooleanConsumer |
functionFromCallSite(CallSite setterSite) |
protected Class<ObjectBooleanConsumer> |
getConsumerType() |
protected Class<?> |
getSetterParameterType() |
BiConsumer |
wrapSetterFunction() |
createSetterFunctionprotected BooleanPropertySetterFactory(Method setterMethod, Class<?> propertyType, MethodHandles.Lookup lookup)
protected ObjectBooleanConsumer functionFromCallSite(CallSite setterSite) throws Throwable
functionFromCallSite in class PropertySetterFactory<ObjectBooleanConsumer>Throwableprotected Class<?> getSetterParameterType()
getSetterParameterType in class PropertySetterFactory<ObjectBooleanConsumer>protected Class<ObjectBooleanConsumer> getConsumerType()
getConsumerType in class PropertySetterFactory<ObjectBooleanConsumer>public BiConsumer wrapSetterFunction()
wrapSetterFunction in class PropertySetterFactory<ObjectBooleanConsumer>Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.