public class FloatWrapper
extends PojoWrapper
Wrapper for float values that preserves the primitive constrained
type.
| Fields inherited from class | Fields |
|---|---|
class PojoWrapper |
delegate, wrapped |
class Wrapper |
constrainedType |
| Constructor and description |
|---|
FloatWrapper(float wrapped)Creates a wrapper for a float value. |
| Methods inherited from class | Name |
|---|---|
class PojoWrapper |
getDelegatedMetaClass, getProperty, getWrapped, invokeMethod, setMetaClass, setProperty, unwrap |
class Wrapper |
getDelegatedMetaClass, getMetaClass, getType, getWrapped, unwrap |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.