Class MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForField.Unresolved

    • Field Detail

      • BEAN_PROPERTY

        protected static final java.lang.String BEAN_PROPERTY
        Indicates that the name of the field should be inferred from the instrumented method's name as a bean property.
        See Also:
        Constant Field Values
      • name

        private final java.lang.String name
        The name of the field being accessed or an empty string if the name of the field should be inferred.
    • Constructor Detail

      • Unresolved

        protected Unresolved​(TypeDescription.Generic target,
                             Assigner.Typing typing,
                             java.lang.String name)
        Creates an offset mapping for the value of an unresolved field.
        Parameters:
        target - A description of the targeted type.
        typing - The typing to use.
        name - The name of the field being accessed or an empty string if the name of the field should be inferred.