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