| Modifier and Type | Method and Description |
|---|---|
DynFields.BoundField<T> |
DynFields.UnboundField.bind(Object target)
Returns this method as a BoundMethod for the given receiver.
|
<T> DynFields.BoundField<T> |
DynFields.Builder.build(Object target)
Returns the first valid implementation as a BoundMethod or throws a RuntimeException if there
is none.
|
<T> DynFields.BoundField<T> |
DynFields.Builder.buildChecked(Object target)
Returns the first valid implementation as a BoundMethod or throws a NoSuchMethodException if
there is none.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.