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