Package io.quarkus.gizmo
Class Gizmo.JdkOptional
java.lang.Object
io.quarkus.gizmo.Gizmo.StaticInvocationGenerator
io.quarkus.gizmo.Gizmo.JdkOptional
- Enclosing class:
Gizmo
Bytecode generator for static methods.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MethodDescriptorstatic final MethodDescriptorstatic final MethodDescriptorstatic final MethodDescriptorstatic final MethodDescriptorFields inherited from class io.quarkus.gizmo.Gizmo.StaticInvocationGenerator
target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionof(ResultHandle value) ofNullable(ResultHandle value) on(ResultHandle optional) Methods inherited from class io.quarkus.gizmo.Gizmo.StaticInvocationGenerator
setTarget
-
Field Details
-
OF
-
OF_NULLABLE
-
GET
-
IS_PRESENT
-
IS_EMPTY
-
-
Constructor Details
-
JdkOptional
-
-
Method Details
-
on
- Returns:
- bytecode generator for instance methods
-
of
- Parameters:
value-- Returns:
- the result handle
- See Also:
-
ofNullable
- Parameters:
value-- Returns:
- the result handle
- See Also:
-