| Modifier and Type | Method and Description |
|---|---|
DynFields.StaticField<T> |
DynFields.UnboundField.asStatic()
Returns this field as a StaticField.
|
<T> DynFields.StaticField<T> |
DynFields.Builder.buildStatic()
Returns the first valid implementation as a StaticField or throws a RuntimeException if there
is none.
|
<T> DynFields.StaticField<T> |
DynFields.Builder.buildStaticChecked()
Returns the first valid implementation as a StaticField or throws a NoSuchFieldException if
there is none.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.