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