Interface FieldProxy.Binder.FieldResolver

    • Method Detail

      • isResolved

        boolean isResolved()
        Returns true if the field access can be established.
        Returns:
        true if the field access can be established.
      • getProxyType

        TypeDescription getProxyType()
        Returns the type of the field access proxy.
        Returns:
        The type of the field access proxy.
      • apply

        DynamicType.Builder<?> apply​(DynamicType.Builder<?> builder,
                                     FieldDescription fieldDescription,
                                     Assigner assigner,
                                     MethodAccessorFactory methodAccessorFactory)
        Applies this field resolver to a dynamic type.
        Parameters:
        builder - The dynamic type builder to use.
        fieldDescription - The accessed field.
        assigner - The assigner to use.
        methodAccessorFactory - The method accessor factory to use.
        Returns:
        The builder for creating the field accessor proxy type.