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