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